Shades of Cornflower Blue #5980EC
Tints of Cornflower Blue #5980EC
RGB
CMYK
RGB Variations
Color information
#5980EC (or 0x5980EC) is known color: Cornflower Blue. HEX triplet: 59, 80 and EC. RGB value is (89,128,236). Sum of RGB (Red+Green+Blue) = 89+128+236=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #5980EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5980EC is #A67F13. Grayscale: #808080. Windows color (decimal): -10911508 or 15499353. OLE color: 15499353.
HSL color Cylindrical-coordinate representation of color #5980EC: hue angle of 224.08º 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 #5980EC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 128 | 236 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.07 |
| HSL | 224.08º | 0.79% | 0.64% | - |
| HSV(B) | 224.08º | 0.62% | 0.93% | - |
| XYZ | 26.98 | 23.62 | 82.49 | - |
| YUV | 128.65 | 188.58 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 236 | 0.62 | 0.46 | 0 | 0.07 | 224.08 | 0.79 | 0.64 |
| Hex | 59 | 80 | EC | 3E | 2E | 0 | 7 | E0 | 4F | 40 |
| Octal | 131 | 200 | 354 | 76 | 56 | 0 | 7 | 340 | 117 | 100 |
| Binary | 1011001 | 10000000 | 11101100 | 111110 | 101110 | 0 | 111 | 11100000 | 1001111 | 1000000 |
Color Harmonies of #5980EC
Complementary color
Monochromatic Colors of #5980EC
Black with #5980EC
Text Example
Text Example
White with #5980EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5980EC; }
p { color: rgb(89,128,236); }
H1.HeaderClassName
{
color: #5980EC;
}
.AnyTagClassName
{
color: #5980EC;
}
</style>
background-color css
<style>
a { background-color: #5980EC; }
a { background-color: rgb(89,128,236); }
div.DivClassName
{
background-color: #5980EC;
}
.BgClassName
{
background-color: #5980EC;
}
</style>
border-color css
<style>
span { border-color: #5980EC; }
span { border-color: rgb(89,128,236); }
td.TdClassName
{
border-color: #5980EC;
}
.TagClassName
{
border-color: #5980EC;
}
</style>