Shades of Cornflower Blue #599EFF
Tints of Cornflower Blue #599EFF
RGB
CMYK
RGB Variations
Color information
#599EFF (or 0x599EFF) is known color: Cornflower Blue. HEX triplet: 59, 9E and FF. RGB value is (89,158,255). Sum of RGB (Red+Green+Blue) = 89+158+255=502 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.73% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #599EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599EFF is #A66100. Grayscale: #939393. Windows color (decimal): -10903809 or 16752217. OLE color: 16752217.
HSL color Cylindrical-coordinate representation of color #599EFF: hue angle of 215.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #599EFF is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 158 | 255 | - |
| CMYK | 0.65 | 0.38 | 0 | 0 |
| HSL | 215.06º | 1% | 0.67% | - |
| HSV(B) | 215.06º | 0.65% | 1% | - |
| XYZ | 34.4 | 33.8 | 99.32 | - |
| YUV | 148.43 | 188.14 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 255 | 0.65 | 0.38 | 0 | 0 | 215.06 | 1 | 0.67 |
| Hex | 59 | 9E | FF | 41 | 26 | 0 | 0 | D7 | 64 | 43 |
| Octal | 131 | 236 | 377 | 101 | 46 | 0 | 0 | 327 | 144 | 103 |
| Binary | 1011001 | 10011110 | 11111111 | 1000001 | 100110 | 0 | 0 | 11010111 | 1100100 | 1000011 |
Color Harmonies of #599EFF
Complementary color
Monochromatic Colors of #599EFF
Black with #599EFF
Text Example
Text Example
White with #599EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EFF; }
p { color: rgb(89,158,255); }
H1.HeaderClassName
{
color: #599EFF;
}
.AnyTagClassName
{
color: #599EFF;
}
</style>
background-color css
<style>
a { background-color: #599EFF; }
a { background-color: rgb(89,158,255); }
div.DivClassName
{
background-color: #599EFF;
}
.BgClassName
{
background-color: #599EFF;
}
</style>
border-color css
<style>
span { border-color: #599EFF; }
span { border-color: rgb(89,158,255); }
td.TdClassName
{
border-color: #599EFF;
}
.TagClassName
{
border-color: #599EFF;
}
</style>