Color Inversion (WMA link)
ColorNegate
Yellow is RGBColor[1.0, 1.0, 0.0] So when inverted or subtracted from White, we get blue:
RGBColor[1.0, 1.0, 0.0]
White
ColorNegate[Yellow] == Blue
ColorNegate[Import["ExampleData/sunflowers.jpg"]]