Shades of Cornflower Blue #5984DC
Tints of Cornflower Blue #5984DC
RGB
CMYK
RGB Variations
Color information
#5984DC (or 0x5984DC) is known color: Cornflower Blue. HEX triplet: 59, 84 and DC. RGB value is (89,132,220). Sum of RGB (Red+Green+Blue) = 89+132+220=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #5984DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5984DC is #A67B23. Grayscale: #808080. Windows color (decimal): -10910500 or 14451801. OLE color: 14451801.
HSL color Cylindrical-coordinate representation of color #5984DC: hue angle of 220.31º 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 #5984DC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 132 | 220 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.14 |
| HSL | 220.31º | 0.65% | 0.61% | - |
| HSV(B) | 220.31º | 0.6% | 0.86% | - |
| XYZ | 25.29 | 23.79 | 70.97 | - |
| YUV | 129.18 | 179.25 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 220 | 0.60 | 0.40 | 0 | 0.14 | 220.31 | 0.65 | 0.61 |
| Hex | 59 | 84 | DC | 3C | 28 | 0 | E | DC | 41 | 3D |
| Octal | 131 | 204 | 334 | 74 | 50 | 0 | 16 | 334 | 101 | 75 |
| Binary | 1011001 | 10000100 | 11011100 | 111100 | 101000 | 0 | 1110 | 11011100 | 1000001 | 111101 |
Color Harmonies of #5984DC
Complementary color
Monochromatic Colors of #5984DC
Black with #5984DC
Text Example
Text Example
White with #5984DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5984DC; }
p { color: rgb(89,132,220); }
H1.HeaderClassName
{
color: #5984DC;
}
.AnyTagClassName
{
color: #5984DC;
}
</style>
background-color css
<style>
a { background-color: #5984DC; }
a { background-color: rgb(89,132,220); }
div.DivClassName
{
background-color: #5984DC;
}
.BgClassName
{
background-color: #5984DC;
}
</style>
border-color css
<style>
span { border-color: #5984DC; }
span { border-color: rgb(89,132,220); }
td.TdClassName
{
border-color: #5984DC;
}
.TagClassName
{
border-color: #5984DC;
}
</style>