Shades of Cornflower Blue #5984DD
Tints of Cornflower Blue #5984DD
RGB
CMYK
RGB Variations
Color information
#5984DD (or 0x5984DD) is known color: Cornflower Blue. HEX triplet: 59, 84 and DD. RGB value is (89,132,221). Sum of RGB (Red+Green+Blue) = 89+132+221=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #5984DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5984DD is #A67B22. Grayscale: #808080. Windows color (decimal): -10910499 or 14517337. OLE color: 14517337.
HSL color Cylindrical-coordinate representation of color #5984DD: hue angle of 220.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5984DD is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 132 | 221 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.13 |
| HSL | 220.45º | 0.66% | 0.61% | - |
| HSV(B) | 220.45º | 0.6% | 0.87% | - |
| XYZ | 25.42 | 23.85 | 71.67 | - |
| YUV | 129.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 221 | 0.60 | 0.40 | 0 | 0.13 | 220.45 | 0.66 | 0.61 |
| Hex | 59 | 84 | DD | 3C | 28 | 0 | D | DC | 42 | 3D |
| Octal | 131 | 204 | 335 | 74 | 50 | 0 | 15 | 334 | 102 | 75 |
| Binary | 1011001 | 10000100 | 11011101 | 111100 | 101000 | 0 | 1101 | 11011100 | 1000010 | 111101 |
Color Harmonies of #5984DD
Complementary color
Monochromatic Colors of #5984DD
Black with #5984DD
Text Example
Text Example
White with #5984DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5984DD; }
p { color: rgb(89,132,221); }
H1.HeaderClassName
{
color: #5984DD;
}
.AnyTagClassName
{
color: #5984DD;
}
</style>
background-color css
<style>
a { background-color: #5984DD; }
a { background-color: rgb(89,132,221); }
div.DivClassName
{
background-color: #5984DD;
}
.BgClassName
{
background-color: #5984DD;
}
</style>
border-color css
<style>
span { border-color: #5984DD; }
span { border-color: rgb(89,132,221); }
td.TdClassName
{
border-color: #5984DD;
}
.TagClassName
{
border-color: #5984DD;
}
</style>