blue property

O blue

Returns the color with the most bluest hue. (240°)

Implementation

O get blue =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 240));