Shades of Cornflower Blue #588BE6
Tints of Cornflower Blue #588BE6
RGB
CMYK
RGB Variations
Color information
#588BE6 (or 0x588BE6) is known color: Cornflower Blue. HEX triplet: 58, 8B and E6. RGB value is (88,139,230). Sum of RGB (Red+Green+Blue) = 88+139+230=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #588BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588BE6 is #A77419. Grayscale: #858585. Windows color (decimal): -10974234 or 15108952. OLE color: 15108952.
HSL color Cylindrical-coordinate representation of color #588BE6: hue angle of 218.45º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #588BE6 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 139 | 230 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.10 |
| HSL | 218.45º | 0.74% | 0.62% | - |
| HSV(B) | 218.45º | 0.62% | 0.9% | - |
| XYZ | 27.54 | 26.25 | 78.48 | - |
| YUV | 134.13 | 182.1 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 230 | 0.62 | 0.40 | 0 | 0.10 | 218.45 | 0.74 | 0.62 |
| Hex | 58 | 8B | E6 | 3E | 28 | 0 | A | DA | 4A | 3E |
| Octal | 130 | 213 | 346 | 76 | 50 | 0 | 12 | 332 | 112 | 76 |
| Binary | 1011000 | 10001011 | 11100110 | 111110 | 101000 | 0 | 1010 | 11011010 | 1001010 | 111110 |
Color Harmonies of #588BE6
Complementary color
Monochromatic Colors of #588BE6
Black with #588BE6
Text Example
Text Example
White with #588BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BE6; }
p { color: rgb(88,139,230); }
H1.HeaderClassName
{
color: #588BE6;
}
.AnyTagClassName
{
color: #588BE6;
}
</style>
background-color css
<style>
a { background-color: #588BE6; }
a { background-color: rgb(88,139,230); }
div.DivClassName
{
background-color: #588BE6;
}
.BgClassName
{
background-color: #588BE6;
}
</style>
border-color css
<style>
span { border-color: #588BE6; }
span { border-color: rgb(88,139,230); }
td.TdClassName
{
border-color: #588BE6;
}
.TagClassName
{
border-color: #588BE6;
}
</style>