Shades of Cornflower Blue #5992EE
Tints of Cornflower Blue #5992EE
RGB
CMYK
RGB Variations
Color information
#5992EE (or 0x5992EE) is known color: Cornflower Blue. HEX triplet: 59, 92 and EE. RGB value is (89,146,238). Sum of RGB (Red+Green+Blue) = 89+146+238=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #5992EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992EE is #A66D11. Grayscale: #8B8B8B. Windows color (decimal): -10906898 or 15635033. OLE color: 15635033.
HSL color Cylindrical-coordinate representation of color #5992EE: hue angle of 217.05º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5992EE is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 146 | 238 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.07 |
| HSL | 217.05º | 0.81% | 0.64% | - |
| HSV(B) | 217.05º | 0.63% | 0.93% | - |
| XYZ | 29.83 | 28.85 | 84.89 | - |
| YUV | 139.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 238 | 0.63 | 0.39 | 0 | 0.07 | 217.05 | 0.81 | 0.64 |
| Hex | 59 | 92 | EE | 3F | 27 | 0 | 7 | D9 | 51 | 40 |
| Octal | 131 | 222 | 356 | 77 | 47 | 0 | 7 | 331 | 121 | 100 |
| Binary | 1011001 | 10010010 | 11101110 | 111111 | 100111 | 0 | 111 | 11011001 | 1010001 | 1000000 |
Color Harmonies of #5992EE
Complementary color
Monochromatic Colors of #5992EE
Black with #5992EE
Text Example
Text Example
White with #5992EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992EE; }
p { color: rgb(89,146,238); }
H1.HeaderClassName
{
color: #5992EE;
}
.AnyTagClassName
{
color: #5992EE;
}
</style>
background-color css
<style>
a { background-color: #5992EE; }
a { background-color: rgb(89,146,238); }
div.DivClassName
{
background-color: #5992EE;
}
.BgClassName
{
background-color: #5992EE;
}
</style>
border-color css
<style>
span { border-color: #5992EE; }
span { border-color: rgb(89,146,238); }
td.TdClassName
{
border-color: #5992EE;
}
.TagClassName
{
border-color: #5992EE;
}
</style>