Shades of Cornflower Blue #588BFB
Tints of Cornflower Blue #588BFB
RGB
CMYK
RGB Variations
Color information
#588BFB (or 0x588BFB) is known color: Cornflower Blue. HEX triplet: 58, 8B and FB. RGB value is (88,139,251). Sum of RGB (Red+Green+Blue) = 88+139+251=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #588BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588BFB is #A77404. Grayscale: #888888. Windows color (decimal): -10974213 or 16485208. OLE color: 16485208.
HSL color Cylindrical-coordinate representation of color #588BFB: hue angle of 221.23º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #588BFB is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 139 | 251 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.02 |
| HSL | 221.23º | 0.95% | 0.66% | - |
| HSV(B) | 221.23º | 0.65% | 0.98% | - |
| XYZ | 30.67 | 27.5 | 94.96 | - |
| YUV | 136.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 251 | 0.65 | 0.45 | 0 | 0.02 | 221.23 | 0.95 | 0.66 |
| Hex | 58 | 8B | FB | 41 | 2D | 0 | 2 | DD | 5F | 42 |
| Octal | 130 | 213 | 373 | 101 | 55 | 0 | 2 | 335 | 137 | 102 |
| Binary | 1011000 | 10001011 | 11111011 | 1000001 | 101101 | 0 | 10 | 11011101 | 1011111 | 1000010 |
Color Harmonies of #588BFB
Complementary color
Monochromatic Colors of #588BFB
Black with #588BFB
Text Example
Text Example
White with #588BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BFB; }
p { color: rgb(88,139,251); }
H1.HeaderClassName
{
color: #588BFB;
}
.AnyTagClassName
{
color: #588BFB;
}
</style>
background-color css
<style>
a { background-color: #588BFB; }
a { background-color: rgb(88,139,251); }
div.DivClassName
{
background-color: #588BFB;
}
.BgClassName
{
background-color: #588BFB;
}
</style>
border-color css
<style>
span { border-color: #588BFB; }
span { border-color: rgb(88,139,251); }
td.TdClassName
{
border-color: #588BFB;
}
.TagClassName
{
border-color: #588BFB;
}
</style>