Shades of Cornflower Blue #5992EF
Tints of Cornflower Blue #5992EF
RGB
CMYK
RGB Variations
Color information
#5992EF (or 0x5992EF) is known color: Cornflower Blue. HEX triplet: 59, 92 and EF. RGB value is (89,146,239). Sum of RGB (Red+Green+Blue) = 89+146+239=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #5992EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992EF is #A66D10. Grayscale: #8B8B8B. Windows color (decimal): -10906897 or 15700569. OLE color: 15700569.
HSL color Cylindrical-coordinate representation of color #5992EF: hue angle of 217.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5992EF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 146 | 239 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.06 |
| HSL | 217.2º | 0.82% | 0.64% | - |
| HSV(B) | 217.2º | 0.63% | 0.94% | - |
| XYZ | 29.98 | 28.91 | 85.66 | - |
| YUV | 139.56 | 184.12 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 239 | 0.63 | 0.39 | 0 | 0.06 | 217.2 | 0.82 | 0.64 |
| Hex | 59 | 92 | EF | 3F | 27 | 0 | 6 | D9 | 52 | 40 |
| Octal | 131 | 222 | 357 | 77 | 47 | 0 | 6 | 331 | 122 | 100 |
| Binary | 1011001 | 10010010 | 11101111 | 111111 | 100111 | 0 | 110 | 11011001 | 1010010 | 1000000 |
Color Harmonies of #5992EF
Complementary color
Monochromatic Colors of #5992EF
Black with #5992EF
Text Example
Text Example
White with #5992EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992EF; }
p { color: rgb(89,146,239); }
H1.HeaderClassName
{
color: #5992EF;
}
.AnyTagClassName
{
color: #5992EF;
}
</style>
background-color css
<style>
a { background-color: #5992EF; }
a { background-color: rgb(89,146,239); }
div.DivClassName
{
background-color: #5992EF;
}
.BgClassName
{
background-color: #5992EF;
}
</style>
border-color css
<style>
span { border-color: #5992EF; }
span { border-color: rgb(89,146,239); }
td.TdClassName
{
border-color: #5992EF;
}
.TagClassName
{
border-color: #5992EF;
}
</style>