Shades of Cornflower Blue #599BE8
Tints of Cornflower Blue #599BE8
RGB
CMYK
RGB Variations
Color information
#599BE8 (or 0x599BE8) is known color: Cornflower Blue. HEX triplet: 59, 9B and E8. RGB value is (89,155,232). Sum of RGB (Red+Green+Blue) = 89+155+232=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #599BE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599BE8 is #A66417. Grayscale: #8F8F8F. Windows color (decimal): -10904600 or 15244121. OLE color: 15244121.
HSL color Cylindrical-coordinate representation of color #599BE8: hue angle of 212.31º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #599BE8 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 155 | 232 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.09 |
| HSL | 212.31º | 0.76% | 0.63% | - |
| HSV(B) | 212.31º | 0.62% | 0.91% | - |
| XYZ | 30.41 | 31.39 | 80.8 | - |
| YUV | 144.04 | 177.63 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 232 | 0.62 | 0.33 | 0 | 0.09 | 212.31 | 0.76 | 0.63 |
| Hex | 59 | 9B | E8 | 3E | 21 | 0 | 9 | D4 | 4C | 3F |
| Octal | 131 | 233 | 350 | 76 | 41 | 0 | 11 | 324 | 114 | 77 |
| Binary | 1011001 | 10011011 | 11101000 | 111110 | 100001 | 0 | 1001 | 11010100 | 1001100 | 111111 |
Color Harmonies of #599BE8
Complementary color
Monochromatic Colors of #599BE8
Black with #599BE8
Text Example
Text Example
White with #599BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BE8; }
p { color: rgb(89,155,232); }
H1.HeaderClassName
{
color: #599BE8;
}
.AnyTagClassName
{
color: #599BE8;
}
</style>
background-color css
<style>
a { background-color: #599BE8; }
a { background-color: rgb(89,155,232); }
div.DivClassName
{
background-color: #599BE8;
}
.BgClassName
{
background-color: #599BE8;
}
</style>
border-color css
<style>
span { border-color: #599BE8; }
span { border-color: rgb(89,155,232); }
td.TdClassName
{
border-color: #599BE8;
}
.TagClassName
{
border-color: #599BE8;
}
</style>