Shades of Cornflower Blue #599AEB
Tints of Cornflower Blue #599AEB
RGB
CMYK
RGB Variations
Color information
#599AEB (or 0x599AEB) is known color: Cornflower Blue. HEX triplet: 59, 9A and EB. RGB value is (89,154,235). Sum of RGB (Red+Green+Blue) = 89+154+235=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #599AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599AEB is #A66514. Grayscale: #8F8F8F. Windows color (decimal): -10904853 or 15440473. OLE color: 15440473.
HSL color Cylindrical-coordinate representation of color #599AEB: hue angle of 213.29º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #599AEB is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 154 | 235 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.08 |
| HSL | 213.29º | 0.78% | 0.64% | - |
| HSV(B) | 213.29º | 0.62% | 0.92% | - |
| XYZ | 30.67 | 31.23 | 83.01 | - |
| YUV | 143.8 | 179.47 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 235 | 0.62 | 0.34 | 0 | 0.08 | 213.29 | 0.78 | 0.64 |
| Hex | 59 | 9A | EB | 3E | 22 | 0 | 8 | D5 | 4E | 40 |
| Octal | 131 | 232 | 353 | 76 | 42 | 0 | 10 | 325 | 116 | 100 |
| Binary | 1011001 | 10011010 | 11101011 | 111110 | 100010 | 0 | 1000 | 11010101 | 1001110 | 1000000 |
Color Harmonies of #599AEB
Complementary color
Monochromatic Colors of #599AEB
Black with #599AEB
Text Example
Text Example
White with #599AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AEB; }
p { color: rgb(89,154,235); }
H1.HeaderClassName
{
color: #599AEB;
}
.AnyTagClassName
{
color: #599AEB;
}
</style>
background-color css
<style>
a { background-color: #599AEB; }
a { background-color: rgb(89,154,235); }
div.DivClassName
{
background-color: #599AEB;
}
.BgClassName
{
background-color: #599AEB;
}
</style>
border-color css
<style>
span { border-color: #599AEB; }
span { border-color: rgb(89,154,235); }
td.TdClassName
{
border-color: #599AEB;
}
.TagClassName
{
border-color: #599AEB;
}
</style>