Shades of Cornflower Blue #588BE7
Tints of Cornflower Blue #588BE7
RGB
CMYK
RGB Variations
Color information
#588BE7 (or 0x588BE7) is known color: Cornflower Blue. HEX triplet: 58, 8B and E7. RGB value is (88,139,231). Sum of RGB (Red+Green+Blue) = 88+139+231=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #588BE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588BE7 is #A77418. Grayscale: #858585. Windows color (decimal): -10974233 or 15174488. OLE color: 15174488.
HSL color Cylindrical-coordinate representation of color #588BE7: hue angle of 218.6º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #588BE7 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 139 | 231 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.09 |
| HSL | 218.6º | 0.75% | 0.63% | - |
| HSV(B) | 218.6º | 0.62% | 0.91% | - |
| XYZ | 27.68 | 26.31 | 79.22 | - |
| YUV | 134.24 | 182.6 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 231 | 0.62 | 0.40 | 0 | 0.09 | 218.6 | 0.75 | 0.63 |
| Hex | 58 | 8B | E7 | 3E | 28 | 0 | 9 | DB | 4B | 3F |
| Octal | 130 | 213 | 347 | 76 | 50 | 0 | 11 | 333 | 113 | 77 |
| Binary | 1011000 | 10001011 | 11100111 | 111110 | 101000 | 0 | 1001 | 11011011 | 1001011 | 111111 |
Color Harmonies of #588BE7
Complementary color
Monochromatic Colors of #588BE7
Black with #588BE7
Text Example
Text Example
White with #588BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BE7; }
p { color: rgb(88,139,231); }
H1.HeaderClassName
{
color: #588BE7;
}
.AnyTagClassName
{
color: #588BE7;
}
</style>
background-color css
<style>
a { background-color: #588BE7; }
a { background-color: rgb(88,139,231); }
div.DivClassName
{
background-color: #588BE7;
}
.BgClassName
{
background-color: #588BE7;
}
</style>
border-color css
<style>
span { border-color: #588BE7; }
span { border-color: rgb(88,139,231); }
td.TdClassName
{
border-color: #588BE7;
}
.TagClassName
{
border-color: #588BE7;
}
</style>