Shades of Cornflower Blue #5080EC
Tints of Cornflower Blue #5080EC
RGB
CMYK
RGB Variations
Color information
#5080EC (or 0x5080EC) is known color: Cornflower Blue. HEX triplet: 50, 80 and EC. RGB value is (80,128,236). Sum of RGB (Red+Green+Blue) = 80+128+236=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #5080EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5080EC is #AF7F13. Grayscale: #7D7D7D. Windows color (decimal): -11501332 or 15499344. OLE color: 15499344.
HSL color Cylindrical-coordinate representation of color #5080EC: hue angle of 221.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5080EC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 128 | 236 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.07 |
| HSL | 221.54º | 0.8% | 0.62% | - |
| HSV(B) | 221.54º | 0.66% | 0.93% | - |
| XYZ | 26.17 | 23.2 | 82.46 | - |
| YUV | 125.96 | 190.1 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 236 | 0.66 | 0.46 | 0 | 0.07 | 221.54 | 0.8 | 0.62 |
| Hex | 50 | 80 | EC | 42 | 2E | 0 | 7 | DE | 50 | 3E |
| Octal | 120 | 200 | 354 | 102 | 56 | 0 | 7 | 336 | 120 | 76 |
| Binary | 1010000 | 10000000 | 11101100 | 1000010 | 101110 | 0 | 111 | 11011110 | 1010000 | 111110 |
Color Harmonies of #5080EC
Complementary color
Monochromatic Colors of #5080EC
Black with #5080EC
Text Example
Text Example
White with #5080EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080EC; }
p { color: rgb(80,128,236); }
H1.HeaderClassName
{
color: #5080EC;
}
.AnyTagClassName
{
color: #5080EC;
}
</style>
background-color css
<style>
a { background-color: #5080EC; }
a { background-color: rgb(80,128,236); }
div.DivClassName
{
background-color: #5080EC;
}
.BgClassName
{
background-color: #5080EC;
}
</style>
border-color css
<style>
span { border-color: #5080EC; }
span { border-color: rgb(80,128,236); }
td.TdClassName
{
border-color: #5080EC;
}
.TagClassName
{
border-color: #5080EC;
}
</style>