Shades of Cornflower Blue #588EF1
Tints of Cornflower Blue #588EF1
RGB
CMYK
RGB Variations
Color information
#588EF1 (or 0x588EF1) is known color: Cornflower Blue. HEX triplet: 58, 8E and F1. RGB value is (88,142,241). Sum of RGB (Red+Green+Blue) = 88+142+241=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #588EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588EF1 is #A7710E. Grayscale: #888888. Windows color (decimal): -10973455 or 15830616. OLE color: 15830616.
HSL color Cylindrical-coordinate representation of color #588EF1: hue angle of 218.82º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #588EF1 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 142 | 241 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.05 |
| HSL | 218.82º | 0.85% | 0.65% | - |
| HSV(B) | 218.82º | 0.63% | 0.95% | - |
| XYZ | 29.57 | 27.77 | 87.02 | - |
| YUV | 137.14 | 186.61 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 241 | 0.63 | 0.41 | 0 | 0.05 | 218.82 | 0.85 | 0.65 |
| Hex | 58 | 8E | F1 | 3F | 29 | 0 | 5 | DB | 55 | 41 |
| Octal | 130 | 216 | 361 | 77 | 51 | 0 | 5 | 333 | 125 | 101 |
| Binary | 1011000 | 10001110 | 11110001 | 111111 | 101001 | 0 | 101 | 11011011 | 1010101 | 1000001 |
Color Harmonies of #588EF1
Complementary color
Monochromatic Colors of #588EF1
Black with #588EF1
Text Example
Text Example
White with #588EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588EF1; }
p { color: rgb(88,142,241); }
H1.HeaderClassName
{
color: #588EF1;
}
.AnyTagClassName
{
color: #588EF1;
}
</style>
background-color css
<style>
a { background-color: #588EF1; }
a { background-color: rgb(88,142,241); }
div.DivClassName
{
background-color: #588EF1;
}
.BgClassName
{
background-color: #588EF1;
}
</style>
border-color css
<style>
span { border-color: #588EF1; }
span { border-color: rgb(88,142,241); }
td.TdClassName
{
border-color: #588EF1;
}
.TagClassName
{
border-color: #588EF1;
}
</style>