Shades of Cornflower Blue #588FDB
Tints of Cornflower Blue #588FDB
RGB
CMYK
RGB Variations
Color information
#588FDB (or 0x588FDB) is known color: Cornflower Blue. HEX triplet: 58, 8F and DB. RGB value is (88,143,219). Sum of RGB (Red+Green+Blue) = 88+143+219=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #588FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588FDB is #A77024. Grayscale: #868686. Windows color (decimal): -10973221 or 14389080. OLE color: 14389080.
HSL color Cylindrical-coordinate representation of color #588FDB: hue angle of 214.81º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #588FDB is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 143 | 219 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.14 |
| HSL | 214.81º | 0.65% | 0.6% | - |
| HSV(B) | 214.81º | 0.6% | 0.86% | - |
| XYZ | 26.63 | 26.83 | 70.79 | - |
| YUV | 135.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 219 | 0.60 | 0.35 | 0 | 0.14 | 214.81 | 0.65 | 0.6 |
| Hex | 58 | 8F | DB | 3C | 23 | 0 | E | D7 | 41 | 3C |
| Octal | 130 | 217 | 333 | 74 | 43 | 0 | 16 | 327 | 101 | 74 |
| Binary | 1011000 | 10001111 | 11011011 | 111100 | 100011 | 0 | 1110 | 11010111 | 1000001 | 111100 |
Color Harmonies of #588FDB
Complementary color
Monochromatic Colors of #588FDB
Black with #588FDB
Text Example
Text Example
White with #588FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588FDB; }
p { color: rgb(88,143,219); }
H1.HeaderClassName
{
color: #588FDB;
}
.AnyTagClassName
{
color: #588FDB;
}
</style>
background-color css
<style>
a { background-color: #588FDB; }
a { background-color: rgb(88,143,219); }
div.DivClassName
{
background-color: #588FDB;
}
.BgClassName
{
background-color: #588FDB;
}
</style>
border-color css
<style>
span { border-color: #588FDB; }
span { border-color: rgb(88,143,219); }
td.TdClassName
{
border-color: #588FDB;
}
.TagClassName
{
border-color: #588FDB;
}
</style>