Shades of Cornflower Blue #5995EE
Tints of Cornflower Blue #5995EE
RGB
CMYK
RGB Variations
Color information
#5995EE (or 0x5995EE) is known color: Cornflower Blue. HEX triplet: 59, 95 and EE. RGB value is (89,149,238). Sum of RGB (Red+Green+Blue) = 89+149+238=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #5995EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5995EE is #A66A11. Grayscale: #8C8C8C. Windows color (decimal): -10906130 or 15635801. OLE color: 15635801.
HSL color Cylindrical-coordinate representation of color #5995EE: hue angle of 215.84º 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 #5995EE is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 149 | 238 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.07 |
| HSL | 215.84º | 0.81% | 0.64% | - |
| HSV(B) | 215.84º | 0.63% | 0.93% | - |
| XYZ | 30.3 | 29.79 | 85.04 | - |
| YUV | 141.21 | 182.62 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 238 | 0.63 | 0.37 | 0 | 0.07 | 215.84 | 0.81 | 0.64 |
| Hex | 59 | 95 | EE | 3F | 25 | 0 | 7 | D8 | 51 | 40 |
| Octal | 131 | 225 | 356 | 77 | 45 | 0 | 7 | 330 | 121 | 100 |
| Binary | 1011001 | 10010101 | 11101110 | 111111 | 100101 | 0 | 111 | 11011000 | 1010001 | 1000000 |
Color Harmonies of #5995EE
Complementary color
Monochromatic Colors of #5995EE
Black with #5995EE
Text Example
Text Example
White with #5995EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5995EE; }
p { color: rgb(89,149,238); }
H1.HeaderClassName
{
color: #5995EE;
}
.AnyTagClassName
{
color: #5995EE;
}
</style>
background-color css
<style>
a { background-color: #5995EE; }
a { background-color: rgb(89,149,238); }
div.DivClassName
{
background-color: #5995EE;
}
.BgClassName
{
background-color: #5995EE;
}
</style>
border-color css
<style>
span { border-color: #5995EE; }
span { border-color: rgb(89,149,238); }
td.TdClassName
{
border-color: #5995EE;
}
.TagClassName
{
border-color: #5995EE;
}
</style>