Shades of Cornflower Blue #588CED
Tints of Cornflower Blue #588CED
RGB
CMYK
RGB Variations
Color information
#588CED (or 0x588CED) is known color: Cornflower Blue. HEX triplet: 58, 8C and ED. RGB value is (88,140,237). Sum of RGB (Red+Green+Blue) = 88+140+237=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #588CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588CED is #A77312. Grayscale: #878787. Windows color (decimal): -10973971 or 15567960. OLE color: 15567960.
HSL color Cylindrical-coordinate representation of color #588CED: hue angle of 219.06º degrees, saturation: 0.81, 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 #588CED is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 140 | 237 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.07 |
| HSL | 219.06º | 0.81% | 0.64% | - |
| HSV(B) | 219.06º | 0.63% | 0.93% | - |
| XYZ | 28.69 | 26.95 | 83.81 | - |
| YUV | 135.51 | 185.27 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 237 | 0.63 | 0.41 | 0 | 0.07 | 219.06 | 0.81 | 0.64 |
| Hex | 58 | 8C | ED | 3F | 29 | 0 | 7 | DB | 51 | 40 |
| Octal | 130 | 214 | 355 | 77 | 51 | 0 | 7 | 333 | 121 | 100 |
| Binary | 1011000 | 10001100 | 11101101 | 111111 | 101001 | 0 | 111 | 11011011 | 1010001 | 1000000 |
Color Harmonies of #588CED
Complementary color
Monochromatic Colors of #588CED
Black with #588CED
Text Example
Text Example
White with #588CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588CED; }
p { color: rgb(88,140,237); }
H1.HeaderClassName
{
color: #588CED;
}
.AnyTagClassName
{
color: #588CED;
}
</style>
background-color css
<style>
a { background-color: #588CED; }
a { background-color: rgb(88,140,237); }
div.DivClassName
{
background-color: #588CED;
}
.BgClassName
{
background-color: #588CED;
}
</style>
border-color css
<style>
span { border-color: #588CED; }
span { border-color: rgb(88,140,237); }
td.TdClassName
{
border-color: #588CED;
}
.TagClassName
{
border-color: #588CED;
}
</style>