Shades of Cornflower Blue #588CE0
Tints of Cornflower Blue #588CE0
RGB
CMYK
RGB Variations
Color information
#588CE0 (or 0x588CE0) is known color: Cornflower Blue. HEX triplet: 58, 8C and E0. RGB value is (88,140,224). Sum of RGB (Red+Green+Blue) = 88+140+224=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #588CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CE0 is #A7731F. Grayscale: #858585. Windows color (decimal): -10973984 or 14715992. OLE color: 14715992.
HSL color Cylindrical-coordinate representation of color #588CE0: hue angle of 217.06º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #588CE0 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 140 | 224 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.12 |
| HSL | 217.06º | 0.69% | 0.61% | - |
| HSV(B) | 217.06º | 0.61% | 0.88% | - |
| XYZ | 26.86 | 26.21 | 74.17 | - |
| YUV | 134.03 | 178.77 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 224 | 0.61 | 0.38 | 0 | 0.12 | 217.06 | 0.69 | 0.61 |
| Hex | 58 | 8C | E0 | 3D | 26 | 0 | C | D9 | 45 | 3D |
| Octal | 130 | 214 | 340 | 75 | 46 | 0 | 14 | 331 | 105 | 75 |
| Binary | 1011000 | 10001100 | 11100000 | 111101 | 100110 | 0 | 1100 | 11011001 | 1000101 | 111101 |
Color Harmonies of #588CE0
Complementary color
Monochromatic Colors of #588CE0
Black with #588CE0
Text Example
Text Example
White with #588CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588CE0; }
p { color: rgb(88,140,224); }
H1.HeaderClassName
{
color: #588CE0;
}
.AnyTagClassName
{
color: #588CE0;
}
</style>
background-color css
<style>
a { background-color: #588CE0; }
a { background-color: rgb(88,140,224); }
div.DivClassName
{
background-color: #588CE0;
}
.BgClassName
{
background-color: #588CE0;
}
</style>
border-color css
<style>
span { border-color: #588CE0; }
span { border-color: rgb(88,140,224); }
td.TdClassName
{
border-color: #588CE0;
}
.TagClassName
{
border-color: #588CE0;
}
</style>