Shades of Cornflower Blue #588CDF
Tints of Cornflower Blue #588CDF
RGB
CMYK
RGB Variations
Color information
#588CDF (or 0x588CDF) is known color: Cornflower Blue. HEX triplet: 58, 8C and DF. RGB value is (88,140,223). Sum of RGB (Red+Green+Blue) = 88+140+223=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #588CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CDF is #A77320. Grayscale: #858585. Windows color (decimal): -10973985 or 14650456. OLE color: 14650456.
HSL color Cylindrical-coordinate representation of color #588CDF: hue angle of 216.89º 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 #588CDF is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 140 | 223 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.13 |
| HSL | 216.89º | 0.68% | 0.61% | - |
| HSV(B) | 216.89º | 0.61% | 0.87% | - |
| XYZ | 26.72 | 26.16 | 73.45 | - |
| YUV | 133.91 | 178.27 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 223 | 0.61 | 0.37 | 0 | 0.13 | 216.89 | 0.68 | 0.61 |
| Hex | 58 | 8C | DF | 3D | 25 | 0 | D | D9 | 44 | 3D |
| Octal | 130 | 214 | 337 | 75 | 45 | 0 | 15 | 331 | 104 | 75 |
| Binary | 1011000 | 10001100 | 11011111 | 111101 | 100101 | 0 | 1101 | 11011001 | 1000100 | 111101 |
Color Harmonies of #588CDF
Complementary color
Monochromatic Colors of #588CDF
Black with #588CDF
Text Example
Text Example
White with #588CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588CDF; }
p { color: rgb(88,140,223); }
H1.HeaderClassName
{
color: #588CDF;
}
.AnyTagClassName
{
color: #588CDF;
}
</style>
background-color css
<style>
a { background-color: #588CDF; }
a { background-color: rgb(88,140,223); }
div.DivClassName
{
background-color: #588CDF;
}
.BgClassName
{
background-color: #588CDF;
}
</style>
border-color css
<style>
span { border-color: #588CDF; }
span { border-color: rgb(88,140,223); }
td.TdClassName
{
border-color: #588CDF;
}
.TagClassName
{
border-color: #588CDF;
}
</style>