Shades of Cornflower Blue #589FEC
Tints of Cornflower Blue #589FEC
RGB
CMYK
RGB Variations
Color information
#589FEC (or 0x589FEC) is known color: Cornflower Blue. HEX triplet: 58, 9F and EC. RGB value is (88,159,236). Sum of RGB (Red+Green+Blue) = 88+159+236=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #589FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589FEC is #A76013. Grayscale: #929292. Windows color (decimal): -10969108 or 15507288. OLE color: 15507288.
HSL color Cylindrical-coordinate representation of color #589FEC: hue angle of 211.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #589FEC is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 159 | 236 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.07 |
| HSL | 211.22º | 0.8% | 0.64% | - |
| HSV(B) | 211.22º | 0.63% | 0.93% | - |
| XYZ | 31.56 | 32.93 | 84.05 | - |
| YUV | 146.55 | 178.48 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 236 | 0.63 | 0.33 | 0 | 0.07 | 211.22 | 0.8 | 0.64 |
| Hex | 58 | 9F | EC | 3F | 21 | 0 | 7 | D3 | 50 | 40 |
| Octal | 130 | 237 | 354 | 77 | 41 | 0 | 7 | 323 | 120 | 100 |
| Binary | 1011000 | 10011111 | 11101100 | 111111 | 100001 | 0 | 111 | 11010011 | 1010000 | 1000000 |
Color Harmonies of #589FEC
Complementary color
Monochromatic Colors of #589FEC
Black with #589FEC
Text Example
Text Example
White with #589FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FEC; }
p { color: rgb(88,159,236); }
H1.HeaderClassName
{
color: #589FEC;
}
.AnyTagClassName
{
color: #589FEC;
}
</style>
background-color css
<style>
a { background-color: #589FEC; }
a { background-color: rgb(88,159,236); }
div.DivClassName
{
background-color: #589FEC;
}
.BgClassName
{
background-color: #589FEC;
}
</style>
border-color css
<style>
span { border-color: #589FEC; }
span { border-color: rgb(88,159,236); }
td.TdClassName
{
border-color: #589FEC;
}
.TagClassName
{
border-color: #589FEC;
}
</style>