Shades of Cornflower Blue #599EED
Tints of Cornflower Blue #599EED
RGB
CMYK
RGB Variations
Color information
#599EED (or 0x599EED) is known color: Cornflower Blue. HEX triplet: 59, 9E and ED. RGB value is (89,158,237). Sum of RGB (Red+Green+Blue) = 89+158+237=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #599EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599EED is #A66112. Grayscale: #919191. Windows color (decimal): -10903827 or 15572569. OLE color: 15572569.
HSL color Cylindrical-coordinate representation of color #599EED: hue angle of 212.03º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #599EED is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 158 | 237 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.07 |
| HSL | 212.03º | 0.8% | 0.64% | - |
| HSV(B) | 212.03º | 0.62% | 0.93% | - |
| XYZ | 31.63 | 32.69 | 84.76 | - |
| YUV | 146.38 | 179.14 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 237 | 0.62 | 0.33 | 0 | 0.07 | 212.03 | 0.8 | 0.64 |
| Hex | 59 | 9E | ED | 3E | 21 | 0 | 7 | D4 | 50 | 40 |
| Octal | 131 | 236 | 355 | 76 | 41 | 0 | 7 | 324 | 120 | 100 |
| Binary | 1011001 | 10011110 | 11101101 | 111110 | 100001 | 0 | 111 | 11010100 | 1010000 | 1000000 |
Color Harmonies of #599EED
Complementary color
Monochromatic Colors of #599EED
Black with #599EED
Text Example
Text Example
White with #599EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EED; }
p { color: rgb(89,158,237); }
H1.HeaderClassName
{
color: #599EED;
}
.AnyTagClassName
{
color: #599EED;
}
</style>
background-color css
<style>
a { background-color: #599EED; }
a { background-color: rgb(89,158,237); }
div.DivClassName
{
background-color: #599EED;
}
.BgClassName
{
background-color: #599EED;
}
</style>
border-color css
<style>
span { border-color: #599EED; }
span { border-color: rgb(89,158,237); }
td.TdClassName
{
border-color: #599EED;
}
.TagClassName
{
border-color: #599EED;
}
</style>