Shades of Cornflower Blue #5986E8
Tints of Cornflower Blue #5986E8
RGB
CMYK
RGB Variations
Color information
#5986E8 (or 0x5986E8) is known color: Cornflower Blue. HEX triplet: 59, 86 and E8. RGB value is (89,134,232). Sum of RGB (Red+Green+Blue) = 89+134+232=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #5986E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5986E8 is #A67917. Grayscale: #838383. Windows color (decimal): -10909976 or 15238745. OLE color: 15238745.
HSL color Cylindrical-coordinate representation of color #5986E8: hue angle of 221.12º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5986E8 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 134 | 232 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.09 |
| HSL | 221.12º | 0.76% | 0.63% | - |
| HSV(B) | 221.12º | 0.62% | 0.91% | - |
| XYZ | 27.21 | 25 | 79.74 | - |
| YUV | 131.72 | 184.59 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 232 | 0.62 | 0.42 | 0 | 0.09 | 221.12 | 0.76 | 0.63 |
| Hex | 59 | 86 | E8 | 3E | 2A | 0 | 9 | DD | 4C | 3F |
| Octal | 131 | 206 | 350 | 76 | 52 | 0 | 11 | 335 | 114 | 77 |
| Binary | 1011001 | 10000110 | 11101000 | 111110 | 101010 | 0 | 1001 | 11011101 | 1001100 | 111111 |
Color Harmonies of #5986E8
Complementary color
Monochromatic Colors of #5986E8
Black with #5986E8
Text Example
Text Example
White with #5986E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5986E8; }
p { color: rgb(89,134,232); }
H1.HeaderClassName
{
color: #5986E8;
}
.AnyTagClassName
{
color: #5986E8;
}
</style>
background-color css
<style>
a { background-color: #5986E8; }
a { background-color: rgb(89,134,232); }
div.DivClassName
{
background-color: #5986E8;
}
.BgClassName
{
background-color: #5986E8;
}
</style>
border-color css
<style>
span { border-color: #5986E8; }
span { border-color: rgb(89,134,232); }
td.TdClassName
{
border-color: #5986E8;
}
.TagClassName
{
border-color: #5986E8;
}
</style>