Shades of Cornflower Blue #588DFF
Tints of Cornflower Blue #588DFF
RGB
CMYK
RGB Variations
Color information
#588DFF (or 0x588DFF) is known color: Cornflower Blue. HEX triplet: 58, 8D and FF. RGB value is (88,141,255). Sum of RGB (Red+Green+Blue) = 88+141+255=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #588DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588DFF is #A77200. Grayscale: #898989. Windows color (decimal): -10973697 or 16747864. OLE color: 16747864.
HSL color Cylindrical-coordinate representation of color #588DFF: hue angle of 220.96º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #588DFF is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 141 | 255 | - |
| CMYK | 0.65 | 0.45 | 0 | 0 |
| HSL | 220.96º | 1% | 0.67% | - |
| HSV(B) | 220.96º | 0.65% | 1% | - |
| XYZ | 31.6 | 28.34 | 98.41 | - |
| YUV | 138.15 | 193.94 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 255 | 0.65 | 0.45 | 0 | 0 | 220.96 | 1 | 0.67 |
| Hex | 58 | 8D | FF | 41 | 2D | 0 | 0 | DD | 64 | 43 |
| Octal | 130 | 215 | 377 | 101 | 55 | 0 | 0 | 335 | 144 | 103 |
| Binary | 1011000 | 10001101 | 11111111 | 1000001 | 101101 | 0 | 0 | 11011101 | 1100100 | 1000011 |
Color Harmonies of #588DFF
Complementary color
Monochromatic Colors of #588DFF
Black with #588DFF
Text Example
Text Example
White with #588DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588DFF; }
p { color: rgb(88,141,255); }
H1.HeaderClassName
{
color: #588DFF;
}
.AnyTagClassName
{
color: #588DFF;
}
</style>
background-color css
<style>
a { background-color: #588DFF; }
a { background-color: rgb(88,141,255); }
div.DivClassName
{
background-color: #588DFF;
}
.BgClassName
{
background-color: #588DFF;
}
</style>
border-color css
<style>
span { border-color: #588DFF; }
span { border-color: rgb(88,141,255); }
td.TdClassName
{
border-color: #588DFF;
}
.TagClassName
{
border-color: #588DFF;
}
</style>