Hi Tim,
Thanks for writing in!
It seems you are using a 3rd party plugins to generate those images. The blue border is the background color of those images. You can remove it using following CSS code under Custom > CSS in the Customizer:
.ult-new-ib {
background: none !important;
}
Thank you!