Shades of Cornflower Blue #5989F0
Tints of Cornflower Blue #5989F0
RGB
CMYK
RGB Variations
Color information
#5989F0 (or 0x5989F0) is known color: Cornflower Blue. HEX triplet: 59, 89 and F0. RGB value is (89,137,240). Sum of RGB (Red+Green+Blue) = 89+137+240=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #5989F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5989F0 is #A6760F. Grayscale: #858585. Windows color (decimal): -10909200 or 15763801. OLE color: 15763801.
HSL color Cylindrical-coordinate representation of color #5989F0: hue angle of 220.93º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5989F0 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 137 | 240 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.06 |
| HSL | 220.93º | 0.83% | 0.65% | - |
| HSV(B) | 220.93º | 0.63% | 0.94% | - |
| XYZ | 28.79 | 26.31 | 86 | - |
| YUV | 134.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 240 | 0.63 | 0.43 | 0 | 0.06 | 220.93 | 0.83 | 0.65 |
| Hex | 59 | 89 | F0 | 3F | 2B | 0 | 6 | DD | 53 | 41 |
| Octal | 131 | 211 | 360 | 77 | 53 | 0 | 6 | 335 | 123 | 101 |
| Binary | 1011001 | 10001001 | 11110000 | 111111 | 101011 | 0 | 110 | 11011101 | 1010011 | 1000001 |
Color Harmonies of #5989F0
Complementary color
Monochromatic Colors of #5989F0
Black with #5989F0
Text Example
Text Example
White with #5989F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5989F0; }
p { color: rgb(89,137,240); }
H1.HeaderClassName
{
color: #5989F0;
}
.AnyTagClassName
{
color: #5989F0;
}
</style>
background-color css
<style>
a { background-color: #5989F0; }
a { background-color: rgb(89,137,240); }
div.DivClassName
{
background-color: #5989F0;
}
.BgClassName
{
background-color: #5989F0;
}
</style>
border-color css
<style>
span { border-color: #5989F0; }
span { border-color: rgb(89,137,240); }
td.TdClassName
{
border-color: #5989F0;
}
.TagClassName
{
border-color: #5989F0;
}
</style>