Shades of Cornflower Blue #599FEC
Tints of Cornflower Blue #599FEC
RGB
CMYK
RGB Variations
Color information
#599FEC (or 0x599FEC) is known color: Cornflower Blue. HEX triplet: 59, 9F and EC. RGB value is (89,159,236). Sum of RGB (Red+Green+Blue) = 89+159+236=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #599FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599FEC is #A66013. Grayscale: #929292. Windows color (decimal): -10903572 or 15507289. OLE color: 15507289.
HSL color Cylindrical-coordinate representation of color #599FEC: hue angle of 211.43º degrees, saturation: 0.79, 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 #599FEC is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 159 | 236 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.07 |
| HSL | 211.43º | 0.79% | 0.64% | - |
| HSV(B) | 211.43º | 0.62% | 0.93% | - |
| XYZ | 31.66 | 32.98 | 84.05 | - |
| YUV | 146.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 236 | 0.62 | 0.33 | 0 | 0.07 | 211.43 | 0.79 | 0.64 |
| Hex | 59 | 9F | EC | 3E | 21 | 0 | 7 | D3 | 4F | 40 |
| Octal | 131 | 237 | 354 | 76 | 41 | 0 | 7 | 323 | 117 | 100 |
| Binary | 1011001 | 10011111 | 11101100 | 111110 | 100001 | 0 | 111 | 11010011 | 1001111 | 1000000 |
Color Harmonies of #599FEC
Complementary color
Monochromatic Colors of #599FEC
Black with #599FEC
Text Example
Text Example
White with #599FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FEC; }
p { color: rgb(89,159,236); }
H1.HeaderClassName
{
color: #599FEC;
}
.AnyTagClassName
{
color: #599FEC;
}
</style>
background-color css
<style>
a { background-color: #599FEC; }
a { background-color: rgb(89,159,236); }
div.DivClassName
{
background-color: #599FEC;
}
.BgClassName
{
background-color: #599FEC;
}
</style>
border-color css
<style>
span { border-color: #599FEC; }
span { border-color: rgb(89,159,236); }
td.TdClassName
{
border-color: #599FEC;
}
.TagClassName
{
border-color: #599FEC;
}
</style>