Shades of Cornflower Blue #588BFF
Tints of Cornflower Blue #588BFF
RGB
CMYK
RGB Variations
Color information
#588BFF (or 0x588BFF) is known color: Cornflower Blue. HEX triplet: 58, 8B and FF. RGB value is (88,139,255). Sum of RGB (Red+Green+Blue) = 88+139+255=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #588BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588BFF is #A77400. Grayscale: #888888. Windows color (decimal): -10974209 or 16747352. OLE color: 16747352.
HSL color Cylindrical-coordinate representation of color #588BFF: hue angle of 221.68º 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 #588BFF is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 139 | 255 | - |
| CMYK | 0.65 | 0.45 | 0 | 0 |
| HSL | 221.68º | 1% | 0.67% | - |
| HSV(B) | 221.68º | 0.65% | 1% | - |
| XYZ | 31.31 | 27.76 | 98.32 | - |
| YUV | 136.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 255 | 0.65 | 0.45 | 0 | 0 | 221.68 | 1 | 0.67 |
| Hex | 58 | 8B | FF | 41 | 2D | 0 | 0 | DE | 64 | 43 |
| Octal | 130 | 213 | 377 | 101 | 55 | 0 | 0 | 336 | 144 | 103 |
| Binary | 1011000 | 10001011 | 11111111 | 1000001 | 101101 | 0 | 0 | 11011110 | 1100100 | 1000011 |
Color Harmonies of #588BFF
Complementary color
Monochromatic Colors of #588BFF
Black with #588BFF
Text Example
Text Example
White with #588BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BFF; }
p { color: rgb(88,139,255); }
H1.HeaderClassName
{
color: #588BFF;
}
.AnyTagClassName
{
color: #588BFF;
}
</style>
background-color css
<style>
a { background-color: #588BFF; }
a { background-color: rgb(88,139,255); }
div.DivClassName
{
background-color: #588BFF;
}
.BgClassName
{
background-color: #588BFF;
}
</style>
border-color css
<style>
span { border-color: #588BFF; }
span { border-color: rgb(88,139,255); }
td.TdClassName
{
border-color: #588BFF;
}
.TagClassName
{
border-color: #588BFF;
}
</style>