Shades of Cornflower Blue #5986DC
Tints of Cornflower Blue #5986DC
RGB
CMYK
RGB Variations
Color information
#5986DC (or 0x5986DC) is known color: Cornflower Blue. HEX triplet: 59, 86 and DC. RGB value is (89,134,220). Sum of RGB (Red+Green+Blue) = 89+134+220=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #5986DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986DC is #A67923. Grayscale: #818181. Windows color (decimal): -10909988 or 14452313. OLE color: 14452313.
HSL color Cylindrical-coordinate representation of color #5986DC: hue angle of 219.39º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5986DC is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 134 | 220 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.14 |
| HSL | 219.39º | 0.65% | 0.61% | - |
| HSV(B) | 219.39º | 0.6% | 0.86% | - |
| XYZ | 25.56 | 24.34 | 71.06 | - |
| YUV | 130.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 220 | 0.60 | 0.39 | 0 | 0.14 | 219.39 | 0.65 | 0.61 |
| Hex | 59 | 86 | DC | 3C | 27 | 0 | E | DB | 41 | 3D |
| Octal | 131 | 206 | 334 | 74 | 47 | 0 | 16 | 333 | 101 | 75 |
| Binary | 1011001 | 10000110 | 11011100 | 111100 | 100111 | 0 | 1110 | 11011011 | 1000001 | 111101 |
Color Harmonies of #5986DC
Complementary color
Monochromatic Colors of #5986DC
Black with #5986DC
Text Example
Text Example
White with #5986DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5986DC; }
p { color: rgb(89,134,220); }
H1.HeaderClassName
{
color: #5986DC;
}
.AnyTagClassName
{
color: #5986DC;
}
</style>
background-color css
<style>
a { background-color: #5986DC; }
a { background-color: rgb(89,134,220); }
div.DivClassName
{
background-color: #5986DC;
}
.BgClassName
{
background-color: #5986DC;
}
</style>
border-color css
<style>
span { border-color: #5986DC; }
span { border-color: rgb(89,134,220); }
td.TdClassName
{
border-color: #5986DC;
}
.TagClassName
{
border-color: #5986DC;
}
</style>