Shades of Cornflower Blue #5990EF
Tints of Cornflower Blue #5990EF
RGB
CMYK
RGB Variations
Color information
#5990EF (or 0x5990EF) is known color: Cornflower Blue. HEX triplet: 59, 90 and EF. RGB value is (89,144,239). Sum of RGB (Red+Green+Blue) = 89+144+239=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #5990EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5990EF is #A66F10. Grayscale: #898989. Windows color (decimal): -10907409 or 15700057. OLE color: 15700057.
HSL color Cylindrical-coordinate representation of color #5990EF: hue angle of 218º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5990EF is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 144 | 239 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.06 |
| HSL | 218º | 0.82% | 0.64% | - |
| HSV(B) | 218º | 0.63% | 0.94% | - |
| XYZ | 29.67 | 28.3 | 85.56 | - |
| YUV | 138.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 239 | 0.63 | 0.40 | 0 | 0.06 | 218 | 0.82 | 0.64 |
| Hex | 59 | 90 | EF | 3F | 28 | 0 | 6 | DA | 52 | 40 |
| Octal | 131 | 220 | 357 | 77 | 50 | 0 | 6 | 332 | 122 | 100 |
| Binary | 1011001 | 10010000 | 11101111 | 111111 | 101000 | 0 | 110 | 11011010 | 1010010 | 1000000 |
Color Harmonies of #5990EF
Complementary color
Monochromatic Colors of #5990EF
Black with #5990EF
Text Example
Text Example
White with #5990EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5990EF; }
p { color: rgb(89,144,239); }
H1.HeaderClassName
{
color: #5990EF;
}
.AnyTagClassName
{
color: #5990EF;
}
</style>
background-color css
<style>
a { background-color: #5990EF; }
a { background-color: rgb(89,144,239); }
div.DivClassName
{
background-color: #5990EF;
}
.BgClassName
{
background-color: #5990EF;
}
</style>
border-color css
<style>
span { border-color: #5990EF; }
span { border-color: rgb(89,144,239); }
td.TdClassName
{
border-color: #5990EF;
}
.TagClassName
{
border-color: #5990EF;
}
</style>