Shades of Cornflower Blue #5988EF
Tints of Cornflower Blue #5988EF
RGB
CMYK
RGB Variations
Color information
#5988EF (or 0x5988EF) is known color: Cornflower Blue. HEX triplet: 59, 88 and EF. RGB value is (89,136,239). Sum of RGB (Red+Green+Blue) = 89+136+239=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #5988EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5988EF is #A67710. Grayscale: #858585. Windows color (decimal): -10909457 or 15698009. OLE color: 15698009.
HSL color Cylindrical-coordinate representation of color #5988EF: hue angle of 221.2º 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 #5988EF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 136 | 239 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.06 |
| HSL | 221.2º | 0.82% | 0.64% | - |
| HSV(B) | 221.2º | 0.63% | 0.94% | - |
| XYZ | 28.5 | 25.96 | 85.17 | - |
| YUV | 133.69 | 187.43 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 239 | 0.63 | 0.43 | 0 | 0.06 | 221.2 | 0.82 | 0.64 |
| Hex | 59 | 88 | EF | 3F | 2B | 0 | 6 | DD | 52 | 40 |
| Octal | 131 | 210 | 357 | 77 | 53 | 0 | 6 | 335 | 122 | 100 |
| Binary | 1011001 | 10001000 | 11101111 | 111111 | 101011 | 0 | 110 | 11011101 | 1010010 | 1000000 |
Color Harmonies of #5988EF
Complementary color
Monochromatic Colors of #5988EF
Black with #5988EF
Text Example
Text Example
White with #5988EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5988EF; }
p { color: rgb(89,136,239); }
H1.HeaderClassName
{
color: #5988EF;
}
.AnyTagClassName
{
color: #5988EF;
}
</style>
background-color css
<style>
a { background-color: #5988EF; }
a { background-color: rgb(89,136,239); }
div.DivClassName
{
background-color: #5988EF;
}
.BgClassName
{
background-color: #5988EF;
}
</style>
border-color css
<style>
span { border-color: #5988EF; }
span { border-color: rgb(89,136,239); }
td.TdClassName
{
border-color: #5988EF;
}
.TagClassName
{
border-color: #5988EF;
}
</style>