Shades of Cornflower Blue #5985EF
Tints of Cornflower Blue #5985EF
RGB
CMYK
RGB Variations
Color information
#5985EF (or 0x5985EF) is known color: Cornflower Blue. HEX triplet: 59, 85 and EF. RGB value is (89,133,239). Sum of RGB (Red+Green+Blue) = 89+133+239=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #5985EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5985EF is #A67A10. Grayscale: #838383. Windows color (decimal): -10910225 or 15697241. OLE color: 15697241.
HSL color Cylindrical-coordinate representation of color #5985EF: hue angle of 222.4º 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 #5985EF is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 133 | 239 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.06 |
| HSL | 222.4º | 0.82% | 0.64% | - |
| HSV(B) | 222.4º | 0.63% | 0.94% | - |
| XYZ | 28.09 | 25.13 | 85.03 | - |
| YUV | 131.93 | 188.42 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 239 | 0.63 | 0.44 | 0 | 0.06 | 222.4 | 0.82 | 0.64 |
| Hex | 59 | 85 | EF | 3F | 2C | 0 | 6 | DE | 52 | 40 |
| Octal | 131 | 205 | 357 | 77 | 54 | 0 | 6 | 336 | 122 | 100 |
| Binary | 1011001 | 10000101 | 11101111 | 111111 | 101100 | 0 | 110 | 11011110 | 1010010 | 1000000 |
Color Harmonies of #5985EF
Complementary color
Monochromatic Colors of #5985EF
Black with #5985EF
Text Example
Text Example
White with #5985EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5985EF; }
p { color: rgb(89,133,239); }
H1.HeaderClassName
{
color: #5985EF;
}
.AnyTagClassName
{
color: #5985EF;
}
</style>
background-color css
<style>
a { background-color: #5985EF; }
a { background-color: rgb(89,133,239); }
div.DivClassName
{
background-color: #5985EF;
}
.BgClassName
{
background-color: #5985EF;
}
</style>
border-color css
<style>
span { border-color: #5985EF; }
span { border-color: rgb(89,133,239); }
td.TdClassName
{
border-color: #5985EF;
}
.TagClassName
{
border-color: #5985EF;
}
</style>