Shades of Cornflower Blue #5989DD
Tints of Cornflower Blue #5989DD
RGB
CMYK
RGB Variations
Color information
#5989DD (or 0x5989DD) is known color: Cornflower Blue. HEX triplet: 59, 89 and DD. RGB value is (89,137,221). Sum of RGB (Red+Green+Blue) = 89+137+221=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #5989DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989DD is #A67622. Grayscale: #838383. Windows color (decimal): -10909219 or 14518617. OLE color: 14518617.
HSL color Cylindrical-coordinate representation of color #5989DD: hue angle of 218.18º 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 #5989DD is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 137 | 221 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.13 |
| HSL | 218.18º | 0.66% | 0.61% | - |
| HSV(B) | 218.18º | 0.6% | 0.87% | - |
| XYZ | 26.12 | 25.24 | 71.9 | - |
| YUV | 132.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 221 | 0.60 | 0.38 | 0 | 0.13 | 218.18 | 0.66 | 0.61 |
| Hex | 59 | 89 | DD | 3C | 26 | 0 | D | DA | 42 | 3D |
| Octal | 131 | 211 | 335 | 74 | 46 | 0 | 15 | 332 | 102 | 75 |
| Binary | 1011001 | 10001001 | 11011101 | 111100 | 100110 | 0 | 1101 | 11011010 | 1000010 | 111101 |
Color Harmonies of #5989DD
Complementary color
Monochromatic Colors of #5989DD
Black with #5989DD
Text Example
Text Example
White with #5989DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5989DD; }
p { color: rgb(89,137,221); }
H1.HeaderClassName
{
color: #5989DD;
}
.AnyTagClassName
{
color: #5989DD;
}
</style>
background-color css
<style>
a { background-color: #5989DD; }
a { background-color: rgb(89,137,221); }
div.DivClassName
{
background-color: #5989DD;
}
.BgClassName
{
background-color: #5989DD;
}
</style>
border-color css
<style>
span { border-color: #5989DD; }
span { border-color: rgb(89,137,221); }
td.TdClassName
{
border-color: #5989DD;
}
.TagClassName
{
border-color: #5989DD;
}
</style>