Shades of Cornflower Blue #588BDD
Tints of Cornflower Blue #588BDD
RGB
CMYK
RGB Variations
Color information
#588BDD (or 0x588BDD) is known color: Cornflower Blue. HEX triplet: 58, 8B and DD. RGB value is (88,139,221). Sum of RGB (Red+Green+Blue) = 88+139+221=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #588BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588BDD is #A77422. Grayscale: #848484. Windows color (decimal): -10974243 or 14519128. OLE color: 14519128.
HSL color Cylindrical-coordinate representation of color #588BDD: hue angle of 216.99º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #588BDD is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 139 | 221 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.13 |
| HSL | 216.99º | 0.66% | 0.61% | - |
| HSV(B) | 216.99º | 0.6% | 0.87% | - |
| XYZ | 26.31 | 25.76 | 71.99 | - |
| YUV | 133.1 | 177.6 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 221 | 0.60 | 0.37 | 0 | 0.13 | 216.99 | 0.66 | 0.61 |
| Hex | 58 | 8B | DD | 3C | 25 | 0 | D | D9 | 42 | 3D |
| Octal | 130 | 213 | 335 | 74 | 45 | 0 | 15 | 331 | 102 | 75 |
| Binary | 1011000 | 10001011 | 11011101 | 111100 | 100101 | 0 | 1101 | 11011001 | 1000010 | 111101 |
Color Harmonies of #588BDD
Complementary color
Monochromatic Colors of #588BDD
Black with #588BDD
Text Example
Text Example
White with #588BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BDD; }
p { color: rgb(88,139,221); }
H1.HeaderClassName
{
color: #588BDD;
}
.AnyTagClassName
{
color: #588BDD;
}
</style>
background-color css
<style>
a { background-color: #588BDD; }
a { background-color: rgb(88,139,221); }
div.DivClassName
{
background-color: #588BDD;
}
.BgClassName
{
background-color: #588BDD;
}
</style>
border-color css
<style>
span { border-color: #588BDD; }
span { border-color: rgb(88,139,221); }
td.TdClassName
{
border-color: #588BDD;
}
.TagClassName
{
border-color: #588BDD;
}
</style>