Shades of Cornflower Blue #588FE6
Tints of Cornflower Blue #588FE6
RGB
CMYK
RGB Variations
Color information
#588FE6 (or 0x588FE6) is known color: Cornflower Blue. HEX triplet: 58, 8F and E6. RGB value is (88,143,230). Sum of RGB (Red+Green+Blue) = 88+143+230=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #588FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588FE6 is #A77019. Grayscale: #888888. Windows color (decimal): -10973210 or 15109976. OLE color: 15109976.
HSL color Cylindrical-coordinate representation of color #588FE6: hue angle of 216.76º 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 #588FE6 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 143 | 230 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.10 |
| HSL | 216.76º | 0.74% | 0.62% | - |
| HSV(B) | 216.76º | 0.62% | 0.9% | - |
| XYZ | 28.13 | 27.43 | 78.68 | - |
| YUV | 136.47 | 180.78 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 230 | 0.62 | 0.38 | 0 | 0.10 | 216.76 | 0.74 | 0.62 |
| Hex | 58 | 8F | E6 | 3E | 26 | 0 | A | D9 | 4A | 3E |
| Octal | 130 | 217 | 346 | 76 | 46 | 0 | 12 | 331 | 112 | 76 |
| Binary | 1011000 | 10001111 | 11100110 | 111110 | 100110 | 0 | 1010 | 11011001 | 1001010 | 111110 |
Color Harmonies of #588FE6
Complementary color
Monochromatic Colors of #588FE6
Black with #588FE6
Text Example
Text Example
White with #588FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588FE6; }
p { color: rgb(88,143,230); }
H1.HeaderClassName
{
color: #588FE6;
}
.AnyTagClassName
{
color: #588FE6;
}
</style>
background-color css
<style>
a { background-color: #588FE6; }
a { background-color: rgb(88,143,230); }
div.DivClassName
{
background-color: #588FE6;
}
.BgClassName
{
background-color: #588FE6;
}
</style>
border-color css
<style>
span { border-color: #588FE6; }
span { border-color: rgb(88,143,230); }
td.TdClassName
{
border-color: #588FE6;
}
.TagClassName
{
border-color: #588FE6;
}
</style>