Shades of Cornflower Blue #588BFE
Tints of Cornflower Blue #588BFE
RGB
CMYK
RGB Variations
Color information
#588BFE (or 0x588BFE) is known color: Cornflower Blue. HEX triplet: 58, 8B and FE. RGB value is (88,139,254). Sum of RGB (Red+Green+Blue) = 88+139+254=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #588BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588BFE is #A77401. Grayscale: #888888. Windows color (decimal): -10974210 or 16681816. OLE color: 16681816.
HSL color Cylindrical-coordinate representation of color #588BFE: hue angle of 221.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #588BFE is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 139 | 254 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.00 |
| HSL | 221.57º | 0.99% | 0.67% | - |
| HSV(B) | 221.57º | 0.65% | 1% | - |
| XYZ | 31.15 | 27.7 | 97.47 | - |
| YUV | 136.86 | 194.1 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 254 | 0.65 | 0.45 | 0 | 0.00 | 221.57 | 0.99 | 0.67 |
| Hex | 58 | 8B | FE | 41 | 2D | 0 | 0 | DE | 63 | 43 |
| Octal | 130 | 213 | 376 | 101 | 55 | 0 | 0 | 336 | 143 | 103 |
| Binary | 1011000 | 10001011 | 11111110 | 1000001 | 101101 | 0 | 0 | 11011110 | 1100011 | 1000011 |
Color Harmonies of #588BFE
Complementary color
Monochromatic Colors of #588BFE
Black with #588BFE
Text Example
Text Example
White with #588BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BFE; }
p { color: rgb(88,139,254); }
H1.HeaderClassName
{
color: #588BFE;
}
.AnyTagClassName
{
color: #588BFE;
}
</style>
background-color css
<style>
a { background-color: #588BFE; }
a { background-color: rgb(88,139,254); }
div.DivClassName
{
background-color: #588BFE;
}
.BgClassName
{
background-color: #588BFE;
}
</style>
border-color css
<style>
span { border-color: #588BFE; }
span { border-color: rgb(88,139,254); }
td.TdClassName
{
border-color: #588BFE;
}
.TagClassName
{
border-color: #588BFE;
}
</style>