Shades of Cornflower Blue #5880EB
Tints of Cornflower Blue #5880EB
RGB
CMYK
RGB Variations
Color information
#5880EB (or 0x5880EB) is known color: Cornflower Blue. HEX triplet: 58, 80 and EB. RGB value is (88,128,235). Sum of RGB (Red+Green+Blue) = 88+128+235=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #5880EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5880EB is #A77F14. Grayscale: #7F7F7F. Windows color (decimal): -10977045 or 15433816. OLE color: 15433816.
HSL color Cylindrical-coordinate representation of color #5880EB: hue angle of 223.67º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5880EB is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 128 | 235 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.08 |
| HSL | 223.67º | 0.79% | 0.63% | - |
| HSV(B) | 223.67º | 0.63% | 0.92% | - |
| XYZ | 26.74 | 23.51 | 81.73 | - |
| YUV | 128.24 | 188.25 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 235 | 0.63 | 0.46 | 0 | 0.08 | 223.67 | 0.79 | 0.63 |
| Hex | 58 | 80 | EB | 3F | 2E | 0 | 8 | E0 | 4F | 3F |
| Octal | 130 | 200 | 353 | 77 | 56 | 0 | 10 | 340 | 117 | 77 |
| Binary | 1011000 | 10000000 | 11101011 | 111111 | 101110 | 0 | 1000 | 11100000 | 1001111 | 111111 |
Color Harmonies of #5880EB
Complementary color
Monochromatic Colors of #5880EB
Black with #5880EB
Text Example
Text Example
White with #5880EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5880EB; }
p { color: rgb(88,128,235); }
H1.HeaderClassName
{
color: #5880EB;
}
.AnyTagClassName
{
color: #5880EB;
}
</style>
background-color css
<style>
a { background-color: #5880EB; }
a { background-color: rgb(88,128,235); }
div.DivClassName
{
background-color: #5880EB;
}
.BgClassName
{
background-color: #5880EB;
}
</style>
border-color css
<style>
span { border-color: #5880EB; }
span { border-color: rgb(88,128,235); }
td.TdClassName
{
border-color: #5880EB;
}
.TagClassName
{
border-color: #5880EB;
}
</style>