Shades of Cornflower Blue #588FE5
Tints of Cornflower Blue #588FE5
RGB
CMYK
RGB Variations
Color information
#588FE5 (or 0x588FE5) is known color: Cornflower Blue. HEX triplet: 58, 8F and E5. RGB value is (88,143,229). Sum of RGB (Red+Green+Blue) = 88+143+229=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #588FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588FE5 is #A7701A. Grayscale: #878787. Windows color (decimal): -10973211 or 15044440. OLE color: 15044440.
HSL color Cylindrical-coordinate representation of color #588FE5: hue angle of 216.6º degrees, saturation: 0.73, 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 #588FE5 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 143 | 229 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.10 |
| HSL | 216.6º | 0.73% | 0.62% | - |
| HSV(B) | 216.6º | 0.62% | 0.9% | - |
| XYZ | 27.99 | 27.38 | 77.94 | - |
| YUV | 136.36 | 180.28 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 229 | 0.62 | 0.38 | 0 | 0.10 | 216.6 | 0.73 | 0.62 |
| Hex | 58 | 8F | E5 | 3E | 26 | 0 | A | D9 | 49 | 3E |
| Octal | 130 | 217 | 345 | 76 | 46 | 0 | 12 | 331 | 111 | 76 |
| Binary | 1011000 | 10001111 | 11100101 | 111110 | 100110 | 0 | 1010 | 11011001 | 1001001 | 111110 |
Color Harmonies of #588FE5
Complementary color
Monochromatic Colors of #588FE5
Black with #588FE5
Text Example
Text Example
White with #588FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588FE5; }
p { color: rgb(88,143,229); }
H1.HeaderClassName
{
color: #588FE5;
}
.AnyTagClassName
{
color: #588FE5;
}
</style>
background-color css
<style>
a { background-color: #588FE5; }
a { background-color: rgb(88,143,229); }
div.DivClassName
{
background-color: #588FE5;
}
.BgClassName
{
background-color: #588FE5;
}
</style>
border-color css
<style>
span { border-color: #588FE5; }
span { border-color: rgb(88,143,229); }
td.TdClassName
{
border-color: #588FE5;
}
.TagClassName
{
border-color: #588FE5;
}
</style>