Shades of Cornflower Blue #599FEB
Tints of Cornflower Blue #599FEB
RGB
CMYK
RGB Variations
Color information
#599FEB (or 0x599FEB) is known color: Cornflower Blue. HEX triplet: 59, 9F and EB. RGB value is (89,159,235). Sum of RGB (Red+Green+Blue) = 89+159+235=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #599FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599FEB is #A66014. Grayscale: #929292. Windows color (decimal): -10903573 or 15441753. OLE color: 15441753.
HSL color Cylindrical-coordinate representation of color #599FEB: hue angle of 211.23º 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 #599FEB is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 159 | 235 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.08 |
| HSL | 211.23º | 0.78% | 0.64% | - |
| HSV(B) | 211.23º | 0.62% | 0.92% | - |
| XYZ | 31.51 | 32.92 | 83.29 | - |
| YUV | 146.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 235 | 0.62 | 0.32 | 0 | 0.08 | 211.23 | 0.78 | 0.64 |
| Hex | 59 | 9F | EB | 3E | 20 | 0 | 8 | D3 | 4E | 40 |
| Octal | 131 | 237 | 353 | 76 | 40 | 0 | 10 | 323 | 116 | 100 |
| Binary | 1011001 | 10011111 | 11101011 | 111110 | 100000 | 0 | 1000 | 11010011 | 1001110 | 1000000 |
Color Harmonies of #599FEB
Complementary color
Monochromatic Colors of #599FEB
Black with #599FEB
Text Example
Text Example
White with #599FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FEB; }
p { color: rgb(89,159,235); }
H1.HeaderClassName
{
color: #599FEB;
}
.AnyTagClassName
{
color: #599FEB;
}
</style>
background-color css
<style>
a { background-color: #599FEB; }
a { background-color: rgb(89,159,235); }
div.DivClassName
{
background-color: #599FEB;
}
.BgClassName
{
background-color: #599FEB;
}
</style>
border-color css
<style>
span { border-color: #599FEB; }
span { border-color: rgb(89,159,235); }
td.TdClassName
{
border-color: #599FEB;
}
.TagClassName
{
border-color: #599FEB;
}
</style>