Shades of Cornflower Blue #5985ED
Tints of Cornflower Blue #5985ED
RGB
CMYK
RGB Variations
Color information
#5985ED (or 0x5985ED) is known color: Cornflower Blue. HEX triplet: 59, 85 and ED. RGB value is (89,133,237). Sum of RGB (Red+Green+Blue) = 89+133+237=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #5985ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5985ED is #A67A12. Grayscale: #838383. Windows color (decimal): -10910227 or 15566169. OLE color: 15566169.
HSL color Cylindrical-coordinate representation of color #5985ED: hue angle of 222.16º degrees, saturation: 0.8, 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 #5985ED is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 133 | 237 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.07 |
| HSL | 222.16º | 0.8% | 0.64% | - |
| HSV(B) | 222.16º | 0.62% | 0.93% | - |
| XYZ | 27.79 | 25.01 | 83.48 | - |
| YUV | 131.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 237 | 0.62 | 0.44 | 0 | 0.07 | 222.16 | 0.8 | 0.64 |
| Hex | 59 | 85 | ED | 3E | 2C | 0 | 7 | DE | 50 | 40 |
| Octal | 131 | 205 | 355 | 76 | 54 | 0 | 7 | 336 | 120 | 100 |
| Binary | 1011001 | 10000101 | 11101101 | 111110 | 101100 | 0 | 111 | 11011110 | 1010000 | 1000000 |
Color Harmonies of #5985ED
Complementary color
Monochromatic Colors of #5985ED
Black with #5985ED
Text Example
Text Example
White with #5985ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5985ED; }
p { color: rgb(89,133,237); }
H1.HeaderClassName
{
color: #5985ED;
}
.AnyTagClassName
{
color: #5985ED;
}
</style>
background-color css
<style>
a { background-color: #5985ED; }
a { background-color: rgb(89,133,237); }
div.DivClassName
{
background-color: #5985ED;
}
.BgClassName
{
background-color: #5985ED;
}
</style>
border-color css
<style>
span { border-color: #5985ED; }
span { border-color: rgb(89,133,237); }
td.TdClassName
{
border-color: #5985ED;
}
.TagClassName
{
border-color: #5985ED;
}
</style>