Shades of Cornflower Blue #588EED
Tints of Cornflower Blue #588EED
RGB
CMYK
RGB Variations
Color information
#588EED (or 0x588EED) is known color: Cornflower Blue. HEX triplet: 58, 8E and ED. RGB value is (88,142,237). Sum of RGB (Red+Green+Blue) = 88+142+237=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #588EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588EED is #A77112. Grayscale: #888888. Windows color (decimal): -10973459 or 15568472. OLE color: 15568472.
HSL color Cylindrical-coordinate representation of color #588EED: hue angle of 218.26º degrees, saturation: 0.81, 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 #588EED is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 142 | 237 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.07 |
| HSL | 218.26º | 0.81% | 0.64% | - |
| HSV(B) | 218.26º | 0.63% | 0.93% | - |
| XYZ | 28.98 | 27.54 | 83.91 | - |
| YUV | 136.68 | 184.61 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 237 | 0.63 | 0.40 | 0 | 0.07 | 218.26 | 0.81 | 0.64 |
| Hex | 58 | 8E | ED | 3F | 28 | 0 | 7 | DA | 51 | 40 |
| Octal | 130 | 216 | 355 | 77 | 50 | 0 | 7 | 332 | 121 | 100 |
| Binary | 1011000 | 10001110 | 11101101 | 111111 | 101000 | 0 | 111 | 11011010 | 1010001 | 1000000 |
Color Harmonies of #588EED
Complementary color
Monochromatic Colors of #588EED
Black with #588EED
Text Example
Text Example
White with #588EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588EED; }
p { color: rgb(88,142,237); }
H1.HeaderClassName
{
color: #588EED;
}
.AnyTagClassName
{
color: #588EED;
}
</style>
background-color css
<style>
a { background-color: #588EED; }
a { background-color: rgb(88,142,237); }
div.DivClassName
{
background-color: #588EED;
}
.BgClassName
{
background-color: #588EED;
}
</style>
border-color css
<style>
span { border-color: #588EED; }
span { border-color: rgb(88,142,237); }
td.TdClassName
{
border-color: #588EED;
}
.TagClassName
{
border-color: #588EED;
}
</style>