Shades of Cornflower Blue #588BEC
Tints of Cornflower Blue #588BEC
RGB
CMYK
RGB Variations
Color information
#588BEC (or 0x588BEC) is known color: Cornflower Blue. HEX triplet: 58, 8B and EC. RGB value is (88,139,236). Sum of RGB (Red+Green+Blue) = 88+139+236=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #588BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588BEC is #A77413. Grayscale: #868686. Windows color (decimal): -10974228 or 15502168. OLE color: 15502168.
HSL color Cylindrical-coordinate representation of color #588BEC: hue angle of 219.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #588BEC is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 139 | 236 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.07 |
| HSL | 219.32º | 0.8% | 0.64% | - |
| HSV(B) | 219.32º | 0.63% | 0.93% | - |
| XYZ | 28.4 | 26.6 | 82.99 | - |
| YUV | 134.81 | 185.1 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 236 | 0.63 | 0.41 | 0 | 0.07 | 219.32 | 0.8 | 0.64 |
| Hex | 58 | 8B | EC | 3F | 29 | 0 | 7 | DB | 50 | 40 |
| Octal | 130 | 213 | 354 | 77 | 51 | 0 | 7 | 333 | 120 | 100 |
| Binary | 1011000 | 10001011 | 11101100 | 111111 | 101001 | 0 | 111 | 11011011 | 1010000 | 1000000 |
Color Harmonies of #588BEC
Complementary color
Monochromatic Colors of #588BEC
Black with #588BEC
Text Example
Text Example
White with #588BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BEC; }
p { color: rgb(88,139,236); }
H1.HeaderClassName
{
color: #588BEC;
}
.AnyTagClassName
{
color: #588BEC;
}
</style>
background-color css
<style>
a { background-color: #588BEC; }
a { background-color: rgb(88,139,236); }
div.DivClassName
{
background-color: #588BEC;
}
.BgClassName
{
background-color: #588BEC;
}
</style>
border-color css
<style>
span { border-color: #588BEC; }
span { border-color: rgb(88,139,236); }
td.TdClassName
{
border-color: #588BEC;
}
.TagClassName
{
border-color: #588BEC;
}
</style>