Shades of Cornflower Blue #5880EE
Tints of Cornflower Blue #5880EE
RGB
CMYK
RGB Variations
Color information
#5880EE (or 0x5880EE) is known color: Cornflower Blue. HEX triplet: 58, 80 and EE. RGB value is (88,128,238). Sum of RGB (Red+Green+Blue) = 88+128+238=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #5880EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5880EE is #A77F11. Grayscale: #808080. Windows color (decimal): -10977042 or 15630424. OLE color: 15630424.
HSL color Cylindrical-coordinate representation of color #5880EE: hue angle of 224º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5880EE is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 128 | 238 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.07 |
| HSL | 224º | 0.82% | 0.64% | - |
| HSV(B) | 224º | 0.63% | 0.93% | - |
| XYZ | 27.18 | 23.69 | 84.03 | - |
| YUV | 128.58 | 189.75 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 238 | 0.63 | 0.46 | 0 | 0.07 | 224 | 0.82 | 0.64 |
| Hex | 58 | 80 | EE | 3F | 2E | 0 | 7 | E0 | 52 | 40 |
| Octal | 130 | 200 | 356 | 77 | 56 | 0 | 7 | 340 | 122 | 100 |
| Binary | 1011000 | 10000000 | 11101110 | 111111 | 101110 | 0 | 111 | 11100000 | 1010010 | 1000000 |
Color Harmonies of #5880EE
Complementary color
Monochromatic Colors of #5880EE
Black with #5880EE
Text Example
Text Example
White with #5880EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5880EE; }
p { color: rgb(88,128,238); }
H1.HeaderClassName
{
color: #5880EE;
}
.AnyTagClassName
{
color: #5880EE;
}
</style>
background-color css
<style>
a { background-color: #5880EE; }
a { background-color: rgb(88,128,238); }
div.DivClassName
{
background-color: #5880EE;
}
.BgClassName
{
background-color: #5880EE;
}
</style>
border-color css
<style>
span { border-color: #5880EE; }
span { border-color: rgb(88,128,238); }
td.TdClassName
{
border-color: #5880EE;
}
.TagClassName
{
border-color: #5880EE;
}
</style>