Shades of Cornflower Blue #599FF0
Tints of Cornflower Blue #599FF0
RGB
CMYK
RGB Variations
Color information
#599FF0 (or 0x599FF0) is known color: Cornflower Blue. HEX triplet: 59, 9F and F0. RGB value is (89,159,240). Sum of RGB (Red+Green+Blue) = 89+159+240=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #599FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599FF0 is #A6600F. Grayscale: #929292. Windows color (decimal): -10903568 or 15769433. OLE color: 15769433.
HSL color Cylindrical-coordinate representation of color #599FF0: hue angle of 212.19º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #599FF0 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 159 | 240 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.06 |
| HSL | 212.19º | 0.83% | 0.65% | - |
| HSV(B) | 212.19º | 0.63% | 0.94% | - |
| XYZ | 32.25 | 33.21 | 87.15 | - |
| YUV | 147.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 240 | 0.63 | 0.34 | 0 | 0.06 | 212.19 | 0.83 | 0.65 |
| Hex | 59 | 9F | F0 | 3F | 22 | 0 | 6 | D4 | 53 | 41 |
| Octal | 131 | 237 | 360 | 77 | 42 | 0 | 6 | 324 | 123 | 101 |
| Binary | 1011001 | 10011111 | 11110000 | 111111 | 100010 | 0 | 110 | 11010100 | 1010011 | 1000001 |
Color Harmonies of #599FF0
Complementary color
Monochromatic Colors of #599FF0
Black with #599FF0
Text Example
Text Example
White with #599FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FF0; }
p { color: rgb(89,159,240); }
H1.HeaderClassName
{
color: #599FF0;
}
.AnyTagClassName
{
color: #599FF0;
}
</style>
background-color css
<style>
a { background-color: #599FF0; }
a { background-color: rgb(89,159,240); }
div.DivClassName
{
background-color: #599FF0;
}
.BgClassName
{
background-color: #599FF0;
}
</style>
border-color css
<style>
span { border-color: #599FF0; }
span { border-color: rgb(89,159,240); }
td.TdClassName
{
border-color: #599FF0;
}
.TagClassName
{
border-color: #599FF0;
}
</style>