Shades of Cornflower Blue #588CEF
Tints of Cornflower Blue #588CEF
RGB
CMYK
RGB Variations
Color information
#588CEF (or 0x588CEF) is known color: Cornflower Blue. HEX triplet: 58, 8C and EF. RGB value is (88,140,239). Sum of RGB (Red+Green+Blue) = 88+140+239=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #588CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588CEF is #A77310. Grayscale: #878787. Windows color (decimal): -10973969 or 15699032. OLE color: 15699032.
HSL color Cylindrical-coordinate representation of color #588CEF: hue angle of 219.34º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #588CEF is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 140 | 239 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.06 |
| HSL | 219.34º | 0.83% | 0.64% | - |
| HSV(B) | 219.34º | 0.63% | 0.94% | - |
| XYZ | 28.98 | 27.06 | 85.36 | - |
| YUV | 135.74 | 186.27 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 239 | 0.63 | 0.41 | 0 | 0.06 | 219.34 | 0.83 | 0.64 |
| Hex | 58 | 8C | EF | 3F | 29 | 0 | 6 | DB | 53 | 40 |
| Octal | 130 | 214 | 357 | 77 | 51 | 0 | 6 | 333 | 123 | 100 |
| Binary | 1011000 | 10001100 | 11101111 | 111111 | 101001 | 0 | 110 | 11011011 | 1010011 | 1000000 |
Color Harmonies of #588CEF
Complementary color
Monochromatic Colors of #588CEF
Black with #588CEF
Text Example
Text Example
White with #588CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588CEF; }
p { color: rgb(88,140,239); }
H1.HeaderClassName
{
color: #588CEF;
}
.AnyTagClassName
{
color: #588CEF;
}
</style>
background-color css
<style>
a { background-color: #588CEF; }
a { background-color: rgb(88,140,239); }
div.DivClassName
{
background-color: #588CEF;
}
.BgClassName
{
background-color: #588CEF;
}
</style>
border-color css
<style>
span { border-color: #588CEF; }
span { border-color: rgb(88,140,239); }
td.TdClassName
{
border-color: #588CEF;
}
.TagClassName
{
border-color: #588CEF;
}
</style>