Shades of Cornflower Blue #588EDA
Tints of Cornflower Blue #588EDA
RGB
CMYK
RGB Variations
Color information
#588EDA (or 0x588EDA) is known color: Cornflower Blue. HEX triplet: 58, 8E and DA. RGB value is (88,142,218). Sum of RGB (Red+Green+Blue) = 88+142+218=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #588EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588EDA is #A77125. Grayscale: #868686. Windows color (decimal): -10973478 or 14323288. OLE color: 14323288.
HSL color Cylindrical-coordinate representation of color #588EDA: hue angle of 215.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #588EDA is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 142 | 218 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.15 |
| HSL | 215.08º | 0.64% | 0.6% | - |
| HSV(B) | 215.08º | 0.6% | 0.85% | - |
| XYZ | 26.35 | 26.48 | 70.05 | - |
| YUV | 134.52 | 175.11 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 218 | 0.60 | 0.35 | 0 | 0.15 | 215.08 | 0.64 | 0.6 |
| Hex | 58 | 8E | DA | 3C | 23 | 0 | F | D7 | 40 | 3C |
| Octal | 130 | 216 | 332 | 74 | 43 | 0 | 17 | 327 | 100 | 74 |
| Binary | 1011000 | 10001110 | 11011010 | 111100 | 100011 | 0 | 1111 | 11010111 | 1000000 | 111100 |
Color Harmonies of #588EDA
Complementary color
Monochromatic Colors of #588EDA
Black with #588EDA
Text Example
Text Example
White with #588EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588EDA; }
p { color: rgb(88,142,218); }
H1.HeaderClassName
{
color: #588EDA;
}
.AnyTagClassName
{
color: #588EDA;
}
</style>
background-color css
<style>
a { background-color: #588EDA; }
a { background-color: rgb(88,142,218); }
div.DivClassName
{
background-color: #588EDA;
}
.BgClassName
{
background-color: #588EDA;
}
</style>
border-color css
<style>
span { border-color: #588EDA; }
span { border-color: rgb(88,142,218); }
td.TdClassName
{
border-color: #588EDA;
}
.TagClassName
{
border-color: #588EDA;
}
</style>