Shades of Cornflower Blue #599EEF
Tints of Cornflower Blue #599EEF
RGB
CMYK
RGB Variations
Color information
#599EEF (or 0x599EEF) is known color: Cornflower Blue. HEX triplet: 59, 9E and EF. RGB value is (89,158,239). Sum of RGB (Red+Green+Blue) = 89+158+239=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #599EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599EEF is #A66110. Grayscale: #929292. Windows color (decimal): -10903825 or 15703641. OLE color: 15703641.
HSL color Cylindrical-coordinate representation of color #599EEF: hue angle of 212.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #599EEF is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 158 | 239 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.06 |
| HSL | 212.4º | 0.82% | 0.64% | - |
| HSV(B) | 212.4º | 0.63% | 0.94% | - |
| XYZ | 31.93 | 32.81 | 86.31 | - |
| YUV | 146.6 | 180.14 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 239 | 0.63 | 0.34 | 0 | 0.06 | 212.4 | 0.82 | 0.64 |
| Hex | 59 | 9E | EF | 3F | 22 | 0 | 6 | D4 | 52 | 40 |
| Octal | 131 | 236 | 357 | 77 | 42 | 0 | 6 | 324 | 122 | 100 |
| Binary | 1011001 | 10011110 | 11101111 | 111111 | 100010 | 0 | 110 | 11010100 | 1010010 | 1000000 |
Color Harmonies of #599EEF
Complementary color
Monochromatic Colors of #599EEF
Black with #599EEF
Text Example
Text Example
White with #599EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EEF; }
p { color: rgb(89,158,239); }
H1.HeaderClassName
{
color: #599EEF;
}
.AnyTagClassName
{
color: #599EEF;
}
</style>
background-color css
<style>
a { background-color: #599EEF; }
a { background-color: rgb(89,158,239); }
div.DivClassName
{
background-color: #599EEF;
}
.BgClassName
{
background-color: #599EEF;
}
</style>
border-color css
<style>
span { border-color: #599EEF; }
span { border-color: rgb(89,158,239); }
td.TdClassName
{
border-color: #599EEF;
}
.TagClassName
{
border-color: #599EEF;
}
</style>