Shades of Cornflower Blue #588DEC
Tints of Cornflower Blue #588DEC
RGB
CMYK
RGB Variations
Color information
#588DEC (or 0x588DEC) is known color: Cornflower Blue. HEX triplet: 58, 8D and EC. RGB value is (88,141,236). Sum of RGB (Red+Green+Blue) = 88+141+236=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #588DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588DEC is #A77213. Grayscale: #878787. Windows color (decimal): -10973716 or 15502680. OLE color: 15502680.
HSL color Cylindrical-coordinate representation of color #588DEC: hue angle of 218.51º 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 #588DEC is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 141 | 236 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.07 |
| HSL | 218.51º | 0.8% | 0.64% | - |
| HSV(B) | 218.51º | 0.63% | 0.93% | - |
| XYZ | 28.69 | 27.18 | 83.09 | - |
| YUV | 135.98 | 184.44 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 236 | 0.63 | 0.40 | 0 | 0.07 | 218.51 | 0.8 | 0.64 |
| Hex | 58 | 8D | EC | 3F | 28 | 0 | 7 | DB | 50 | 40 |
| Octal | 130 | 215 | 354 | 77 | 50 | 0 | 7 | 333 | 120 | 100 |
| Binary | 1011000 | 10001101 | 11101100 | 111111 | 101000 | 0 | 111 | 11011011 | 1010000 | 1000000 |
Color Harmonies of #588DEC
Complementary color
Monochromatic Colors of #588DEC
Black with #588DEC
Text Example
Text Example
White with #588DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588DEC; }
p { color: rgb(88,141,236); }
H1.HeaderClassName
{
color: #588DEC;
}
.AnyTagClassName
{
color: #588DEC;
}
</style>
background-color css
<style>
a { background-color: #588DEC; }
a { background-color: rgb(88,141,236); }
div.DivClassName
{
background-color: #588DEC;
}
.BgClassName
{
background-color: #588DEC;
}
</style>
border-color css
<style>
span { border-color: #588DEC; }
span { border-color: rgb(88,141,236); }
td.TdClassName
{
border-color: #588DEC;
}
.TagClassName
{
border-color: #588DEC;
}
</style>