Shades of Cornflower Blue #588CEE
Tints of Cornflower Blue #588CEE
RGB
CMYK
RGB Variations
Color information
#588CEE (or 0x588CEE) is known color: Cornflower Blue. HEX triplet: 58, 8C and EE. RGB value is (88,140,238). Sum of RGB (Red+Green+Blue) = 88+140+238=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #588CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588CEE is #A77311. Grayscale: #878787. Windows color (decimal): -10973970 or 15633496. OLE color: 15633496.
HSL color Cylindrical-coordinate representation of color #588CEE: hue angle of 219.2º degrees, saturation: 0.82, 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 #588CEE is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 140 | 238 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.07 |
| HSL | 219.2º | 0.82% | 0.64% | - |
| HSV(B) | 219.2º | 0.63% | 0.93% | - |
| XYZ | 28.84 | 27 | 84.58 | - |
| YUV | 135.62 | 185.77 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 238 | 0.63 | 0.41 | 0 | 0.07 | 219.2 | 0.82 | 0.64 |
| Hex | 58 | 8C | EE | 3F | 29 | 0 | 7 | DB | 52 | 40 |
| Octal | 130 | 214 | 356 | 77 | 51 | 0 | 7 | 333 | 122 | 100 |
| Binary | 1011000 | 10001100 | 11101110 | 111111 | 101001 | 0 | 111 | 11011011 | 1010010 | 1000000 |
Color Harmonies of #588CEE
Complementary color
Monochromatic Colors of #588CEE
Black with #588CEE
Text Example
Text Example
White with #588CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588CEE; }
p { color: rgb(88,140,238); }
H1.HeaderClassName
{
color: #588CEE;
}
.AnyTagClassName
{
color: #588CEE;
}
</style>
background-color css
<style>
a { background-color: #588CEE; }
a { background-color: rgb(88,140,238); }
div.DivClassName
{
background-color: #588CEE;
}
.BgClassName
{
background-color: #588CEE;
}
</style>
border-color css
<style>
span { border-color: #588CEE; }
span { border-color: rgb(88,140,238); }
td.TdClassName
{
border-color: #588CEE;
}
.TagClassName
{
border-color: #588CEE;
}
</style>