Shades of Cornflower Blue #5992EA
Tints of Cornflower Blue #5992EA
RGB
CMYK
RGB Variations
Color information
#5992EA (or 0x5992EA) is known color: Cornflower Blue. HEX triplet: 59, 92 and EA. RGB value is (89,146,234). Sum of RGB (Red+Green+Blue) = 89+146+234=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #5992EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992EA is #A66D15. Grayscale: #8A8A8A. Windows color (decimal): -10906902 or 15372889. OLE color: 15372889.
HSL color Cylindrical-coordinate representation of color #5992EA: hue angle of 216.41º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5992EA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 146 | 234 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.08 |
| HSL | 216.41º | 0.78% | 0.63% | - |
| HSV(B) | 216.41º | 0.62% | 0.92% | - |
| XYZ | 29.25 | 28.62 | 81.82 | - |
| YUV | 138.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 234 | 0.62 | 0.38 | 0 | 0.08 | 216.41 | 0.78 | 0.63 |
| Hex | 59 | 92 | EA | 3E | 26 | 0 | 8 | D8 | 4E | 3F |
| Octal | 131 | 222 | 352 | 76 | 46 | 0 | 10 | 330 | 116 | 77 |
| Binary | 1011001 | 10010010 | 11101010 | 111110 | 100110 | 0 | 1000 | 11011000 | 1001110 | 111111 |
Color Harmonies of #5992EA
Complementary color
Monochromatic Colors of #5992EA
Black with #5992EA
Text Example
Text Example
White with #5992EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992EA; }
p { color: rgb(89,146,234); }
H1.HeaderClassName
{
color: #5992EA;
}
.AnyTagClassName
{
color: #5992EA;
}
</style>
background-color css
<style>
a { background-color: #5992EA; }
a { background-color: rgb(89,146,234); }
div.DivClassName
{
background-color: #5992EA;
}
.BgClassName
{
background-color: #5992EA;
}
</style>
border-color css
<style>
span { border-color: #5992EA; }
span { border-color: rgb(89,146,234); }
td.TdClassName
{
border-color: #5992EA;
}
.TagClassName
{
border-color: #5992EA;
}
</style>