Shades of Cornflower Blue #588AFF
Tints of Cornflower Blue #588AFF
RGB
CMYK
RGB Variations
Color information
#588AFF (or 0x588AFF) is known color: Cornflower Blue. HEX triplet: 58, 8A and FF. RGB value is (88,138,255). Sum of RGB (Red+Green+Blue) = 88+138+255=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #588AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588AFF is #A77500. Grayscale: #878787. Windows color (decimal): -10974465 or 16747096. OLE color: 16747096.
HSL color Cylindrical-coordinate representation of color #588AFF: hue angle of 222.04º 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 #588AFF is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 138 | 255 | - |
| CMYK | 0.65 | 0.46 | 0 | 0 |
| HSL | 222.04º | 1% | 0.67% | - |
| HSV(B) | 222.04º | 0.65% | 1% | - |
| XYZ | 31.16 | 27.47 | 98.27 | - |
| YUV | 136.39 | 194.94 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 138 | 255 | 0.65 | 0.46 | 0 | 0 | 222.04 | 1 | 0.67 |
| Hex | 58 | 8A | FF | 41 | 2E | 0 | 0 | DE | 64 | 43 |
| Octal | 130 | 212 | 377 | 101 | 56 | 0 | 0 | 336 | 144 | 103 |
| Binary | 1011000 | 10001010 | 11111111 | 1000001 | 101110 | 0 | 0 | 11011110 | 1100100 | 1000011 |
Color Harmonies of #588AFF
Complementary color
Monochromatic Colors of #588AFF
Black with #588AFF
Text Example
Text Example
White with #588AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588AFF; }
p { color: rgb(88,138,255); }
H1.HeaderClassName
{
color: #588AFF;
}
.AnyTagClassName
{
color: #588AFF;
}
</style>
background-color css
<style>
a { background-color: #588AFF; }
a { background-color: rgb(88,138,255); }
div.DivClassName
{
background-color: #588AFF;
}
.BgClassName
{
background-color: #588AFF;
}
</style>
border-color css
<style>
span { border-color: #588AFF; }
span { border-color: rgb(88,138,255); }
td.TdClassName
{
border-color: #588AFF;
}
.TagClassName
{
border-color: #588AFF;
}
</style>