Shades of Cornflower Blue #588BED
Tints of Cornflower Blue #588BED
RGB
CMYK
RGB Variations
Color information
#588BED (or 0x588BED) is known color: Cornflower Blue. HEX triplet: 58, 8B and ED. RGB value is (88,139,237). Sum of RGB (Red+Green+Blue) = 88+139+237=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #588BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588BED is #A77412. Grayscale: #868686. Windows color (decimal): -10974227 or 15567704. OLE color: 15567704.
HSL color Cylindrical-coordinate representation of color #588BED: hue angle of 219.46º 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 #588BED is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 139 | 237 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.07 |
| HSL | 219.46º | 0.81% | 0.64% | - |
| HSV(B) | 219.46º | 0.63% | 0.93% | - |
| XYZ | 28.54 | 26.65 | 83.76 | - |
| YUV | 134.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 237 | 0.63 | 0.41 | 0 | 0.07 | 219.46 | 0.81 | 0.64 |
| Hex | 58 | 8B | ED | 3F | 29 | 0 | 7 | DB | 51 | 40 |
| Octal | 130 | 213 | 355 | 77 | 51 | 0 | 7 | 333 | 121 | 100 |
| Binary | 1011000 | 10001011 | 11101101 | 111111 | 101001 | 0 | 111 | 11011011 | 1010001 | 1000000 |
Color Harmonies of #588BED
Complementary color
Monochromatic Colors of #588BED
Black with #588BED
Text Example
Text Example
White with #588BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BED; }
p { color: rgb(88,139,237); }
H1.HeaderClassName
{
color: #588BED;
}
.AnyTagClassName
{
color: #588BED;
}
</style>
background-color css
<style>
a { background-color: #588BED; }
a { background-color: rgb(88,139,237); }
div.DivClassName
{
background-color: #588BED;
}
.BgClassName
{
background-color: #588BED;
}
</style>
border-color css
<style>
span { border-color: #588BED; }
span { border-color: rgb(88,139,237); }
td.TdClassName
{
border-color: #588BED;
}
.TagClassName
{
border-color: #588BED;
}
</style>