Shades of Cornflower Blue #589EEC
Tints of Cornflower Blue #589EEC
RGB
CMYK
RGB Variations
Color information
#589EEC (or 0x589EEC) is known color: Cornflower Blue. HEX triplet: 58, 9E and EC. RGB value is (88,158,236). Sum of RGB (Red+Green+Blue) = 88+158+236=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #589EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589EEC is #A76113. Grayscale: #919191. Windows color (decimal): -10969364 or 15507032. OLE color: 15507032.
HSL color Cylindrical-coordinate representation of color #589EEC: hue angle of 211.62º 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 #589EEC is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 158 | 236 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.07 |
| HSL | 211.62º | 0.8% | 0.64% | - |
| HSV(B) | 211.62º | 0.63% | 0.93% | - |
| XYZ | 31.39 | 32.58 | 83.99 | - |
| YUV | 145.96 | 178.81 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 158 | 236 | 0.63 | 0.33 | 0 | 0.07 | 211.62 | 0.8 | 0.64 |
| Hex | 58 | 9E | EC | 3F | 21 | 0 | 7 | D4 | 50 | 40 |
| Octal | 130 | 236 | 354 | 77 | 41 | 0 | 7 | 324 | 120 | 100 |
| Binary | 1011000 | 10011110 | 11101100 | 111111 | 100001 | 0 | 111 | 11010100 | 1010000 | 1000000 |
Color Harmonies of #589EEC
Complementary color
Monochromatic Colors of #589EEC
Black with #589EEC
Text Example
Text Example
White with #589EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589EEC; }
p { color: rgb(88,158,236); }
H1.HeaderClassName
{
color: #589EEC;
}
.AnyTagClassName
{
color: #589EEC;
}
</style>
background-color css
<style>
a { background-color: #589EEC; }
a { background-color: rgb(88,158,236); }
div.DivClassName
{
background-color: #589EEC;
}
.BgClassName
{
background-color: #589EEC;
}
</style>
border-color css
<style>
span { border-color: #589EEC; }
span { border-color: rgb(88,158,236); }
td.TdClassName
{
border-color: #589EEC;
}
.TagClassName
{
border-color: #589EEC;
}
</style>