Shades of Cornflower Blue #5989EC
Tints of Cornflower Blue #5989EC
RGB
CMYK
RGB Variations
Color information
#5989EC (or 0x5989EC) is known color: Cornflower Blue. HEX triplet: 59, 89 and EC. RGB value is (89,137,236). Sum of RGB (Red+Green+Blue) = 89+137+236=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #5989EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5989EC is #A67613. Grayscale: #858585. Windows color (decimal): -10909204 or 15501657. OLE color: 15501657.
HSL color Cylindrical-coordinate representation of color #5989EC: hue angle of 220.41º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5989EC is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 137 | 236 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.07 |
| HSL | 220.41º | 0.79% | 0.64% | - |
| HSV(B) | 220.41º | 0.62% | 0.93% | - |
| XYZ | 28.21 | 26.07 | 82.9 | - |
| YUV | 133.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 236 | 0.62 | 0.42 | 0 | 0.07 | 220.41 | 0.79 | 0.64 |
| Hex | 59 | 89 | EC | 3E | 2A | 0 | 7 | DC | 4F | 40 |
| Octal | 131 | 211 | 354 | 76 | 52 | 0 | 7 | 334 | 117 | 100 |
| Binary | 1011001 | 10001001 | 11101100 | 111110 | 101010 | 0 | 111 | 11011100 | 1001111 | 1000000 |
Color Harmonies of #5989EC
Complementary color
Monochromatic Colors of #5989EC
Black with #5989EC
Text Example
Text Example
White with #5989EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5989EC; }
p { color: rgb(89,137,236); }
H1.HeaderClassName
{
color: #5989EC;
}
.AnyTagClassName
{
color: #5989EC;
}
</style>
background-color css
<style>
a { background-color: #5989EC; }
a { background-color: rgb(89,137,236); }
div.DivClassName
{
background-color: #5989EC;
}
.BgClassName
{
background-color: #5989EC;
}
</style>
border-color css
<style>
span { border-color: #5989EC; }
span { border-color: rgb(89,137,236); }
td.TdClassName
{
border-color: #5989EC;
}
.TagClassName
{
border-color: #5989EC;
}
</style>