Shades of Cornflower Blue #588BE1
Tints of Cornflower Blue #588BE1
RGB
CMYK
RGB Variations
Color information
#588BE1 (or 0x588BE1) is known color: Cornflower Blue. HEX triplet: 58, 8B and E1. RGB value is (88,139,225). Sum of RGB (Red+Green+Blue) = 88+139+225=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #588BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588BE1 is #A7741E. Grayscale: #858585. Windows color (decimal): -10974239 or 14781272. OLE color: 14781272.
HSL color Cylindrical-coordinate representation of color #588BE1: hue angle of 217.66º degrees, saturation: 0.7, 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 #588BE1 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 139 | 225 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.12 |
| HSL | 217.66º | 0.7% | 0.61% | - |
| HSV(B) | 217.66º | 0.61% | 0.88% | - |
| XYZ | 26.85 | 25.98 | 74.83 | - |
| YUV | 133.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 225 | 0.61 | 0.38 | 0 | 0.12 | 217.66 | 0.7 | 0.61 |
| Hex | 58 | 8B | E1 | 3D | 26 | 0 | C | DA | 46 | 3D |
| Octal | 130 | 213 | 341 | 75 | 46 | 0 | 14 | 332 | 106 | 75 |
| Binary | 1011000 | 10001011 | 11100001 | 111101 | 100110 | 0 | 1100 | 11011010 | 1000110 | 111101 |
Color Harmonies of #588BE1
Complementary color
Monochromatic Colors of #588BE1
Black with #588BE1
Text Example
Text Example
White with #588BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BE1; }
p { color: rgb(88,139,225); }
H1.HeaderClassName
{
color: #588BE1;
}
.AnyTagClassName
{
color: #588BE1;
}
</style>
background-color css
<style>
a { background-color: #588BE1; }
a { background-color: rgb(88,139,225); }
div.DivClassName
{
background-color: #588BE1;
}
.BgClassName
{
background-color: #588BE1;
}
</style>
border-color css
<style>
span { border-color: #588BE1; }
span { border-color: rgb(88,139,225); }
td.TdClassName
{
border-color: #588BE1;
}
.TagClassName
{
border-color: #588BE1;
}
</style>