Shades of Cornflower Blue #5995EF
Tints of Cornflower Blue #5995EF
RGB
CMYK
RGB Variations
Color information
#5995EF (or 0x5995EF) is known color: Cornflower Blue. HEX triplet: 59, 95 and EF. RGB value is (89,149,239). Sum of RGB (Red+Green+Blue) = 89+149+239=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #5995EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5995EF is #A66A10. Grayscale: #8C8C8C. Windows color (decimal): -10906129 or 15701337. OLE color: 15701337.
HSL color Cylindrical-coordinate representation of color #5995EF: hue angle of 216º 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 #5995EF is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 149 | 239 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.06 |
| HSL | 216º | 0.82% | 0.64% | - |
| HSV(B) | 216º | 0.63% | 0.94% | - |
| XYZ | 30.45 | 29.85 | 85.82 | - |
| YUV | 141.32 | 183.12 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 239 | 0.63 | 0.38 | 0 | 0.06 | 216 | 0.82 | 0.64 |
| Hex | 59 | 95 | EF | 3F | 26 | 0 | 6 | D8 | 52 | 40 |
| Octal | 131 | 225 | 357 | 77 | 46 | 0 | 6 | 330 | 122 | 100 |
| Binary | 1011001 | 10010101 | 11101111 | 111111 | 100110 | 0 | 110 | 11011000 | 1010010 | 1000000 |
Color Harmonies of #5995EF
Complementary color
Monochromatic Colors of #5995EF
Black with #5995EF
Text Example
Text Example
White with #5995EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5995EF; }
p { color: rgb(89,149,239); }
H1.HeaderClassName
{
color: #5995EF;
}
.AnyTagClassName
{
color: #5995EF;
}
</style>
background-color css
<style>
a { background-color: #5995EF; }
a { background-color: rgb(89,149,239); }
div.DivClassName
{
background-color: #5995EF;
}
.BgClassName
{
background-color: #5995EF;
}
</style>
border-color css
<style>
span { border-color: #5995EF; }
span { border-color: rgb(89,149,239); }
td.TdClassName
{
border-color: #5995EF;
}
.TagClassName
{
border-color: #5995EF;
}
</style>