Shades of Cornflower Blue #588BDF
Tints of Cornflower Blue #588BDF
RGB
CMYK
RGB Variations
Color information
#588BDF (or 0x588BDF) is known color: Cornflower Blue. HEX triplet: 58, 8B and DF. RGB value is (88,139,223). Sum of RGB (Red+Green+Blue) = 88+139+223=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #588BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588BDF is #A77420. Grayscale: #848484. Windows color (decimal): -10974241 or 14650200. OLE color: 14650200.
HSL color Cylindrical-coordinate representation of color #588BDF: hue angle of 217.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #588BDF is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 139 | 223 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.13 |
| HSL | 217.33º | 0.68% | 0.61% | - |
| HSV(B) | 217.33º | 0.61% | 0.87% | - |
| XYZ | 26.58 | 25.87 | 73.4 | - |
| YUV | 133.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 223 | 0.61 | 0.38 | 0 | 0.13 | 217.33 | 0.68 | 0.61 |
| Hex | 58 | 8B | DF | 3D | 26 | 0 | D | D9 | 44 | 3D |
| Octal | 130 | 213 | 337 | 75 | 46 | 0 | 15 | 331 | 104 | 75 |
| Binary | 1011000 | 10001011 | 11011111 | 111101 | 100110 | 0 | 1101 | 11011001 | 1000100 | 111101 |
Color Harmonies of #588BDF
Complementary color
Monochromatic Colors of #588BDF
Black with #588BDF
Text Example
Text Example
White with #588BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BDF; }
p { color: rgb(88,139,223); }
H1.HeaderClassName
{
color: #588BDF;
}
.AnyTagClassName
{
color: #588BDF;
}
</style>
background-color css
<style>
a { background-color: #588BDF; }
a { background-color: rgb(88,139,223); }
div.DivClassName
{
background-color: #588BDF;
}
.BgClassName
{
background-color: #588BDF;
}
</style>
border-color css
<style>
span { border-color: #588BDF; }
span { border-color: rgb(88,139,223); }
td.TdClassName
{
border-color: #588BDF;
}
.TagClassName
{
border-color: #588BDF;
}
</style>