Shades of Cornflower Blue #588CEC
Tints of Cornflower Blue #588CEC
RGB
CMYK
RGB Variations
Color information
#588CEC (or 0x588CEC) is known color: Cornflower Blue. HEX triplet: 58, 8C and EC. RGB value is (88,140,236). Sum of RGB (Red+Green+Blue) = 88+140+236=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #588CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588CEC is #A77313. Grayscale: #868686. Windows color (decimal): -10973972 or 15502424. OLE color: 15502424.
HSL color Cylindrical-coordinate representation of color #588CEC: hue angle of 218.92º 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 #588CEC is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 140 | 236 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.07 |
| HSL | 218.92º | 0.8% | 0.64% | - |
| HSV(B) | 218.92º | 0.63% | 0.93% | - |
| XYZ | 28.54 | 26.89 | 83.04 | - |
| YUV | 135.4 | 184.77 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 236 | 0.63 | 0.41 | 0 | 0.07 | 218.92 | 0.8 | 0.64 |
| Hex | 58 | 8C | EC | 3F | 29 | 0 | 7 | DB | 50 | 40 |
| Octal | 130 | 214 | 354 | 77 | 51 | 0 | 7 | 333 | 120 | 100 |
| Binary | 1011000 | 10001100 | 11101100 | 111111 | 101001 | 0 | 111 | 11011011 | 1010000 | 1000000 |
Color Harmonies of #588CEC
Complementary color
Monochromatic Colors of #588CEC
Black with #588CEC
Text Example
Text Example
White with #588CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588CEC; }
p { color: rgb(88,140,236); }
H1.HeaderClassName
{
color: #588CEC;
}
.AnyTagClassName
{
color: #588CEC;
}
</style>
background-color css
<style>
a { background-color: #588CEC; }
a { background-color: rgb(88,140,236); }
div.DivClassName
{
background-color: #588CEC;
}
.BgClassName
{
background-color: #588CEC;
}
</style>
border-color css
<style>
span { border-color: #588CEC; }
span { border-color: rgb(88,140,236); }
td.TdClassName
{
border-color: #588CEC;
}
.TagClassName
{
border-color: #588CEC;
}
</style>