Shades of Cornflower Blue #5080EB
Tints of Cornflower Blue #5080EB
RGB
CMYK
RGB Variations
Color information
#5080EB (or 0x5080EB) is known color: Cornflower Blue. HEX triplet: 50, 80 and EB. RGB value is (80,128,235). Sum of RGB (Red+Green+Blue) = 80+128+235=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #5080EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5080EB is #AF7F14. Grayscale: #7D7D7D. Windows color (decimal): -11501333 or 15433808. OLE color: 15433808.
HSL color Cylindrical-coordinate representation of color #5080EB: hue angle of 221.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5080EB is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 128 | 235 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.08 |
| HSL | 221.42º | 0.79% | 0.62% | - |
| HSV(B) | 221.42º | 0.66% | 0.92% | - |
| XYZ | 26.02 | 23.14 | 81.69 | - |
| YUV | 125.85 | 189.6 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 235 | 0.66 | 0.46 | 0 | 0.08 | 221.42 | 0.79 | 0.62 |
| Hex | 50 | 80 | EB | 42 | 2E | 0 | 8 | DD | 4F | 3E |
| Octal | 120 | 200 | 353 | 102 | 56 | 0 | 10 | 335 | 117 | 76 |
| Binary | 1010000 | 10000000 | 11101011 | 1000010 | 101110 | 0 | 1000 | 11011101 | 1001111 | 111110 |
Color Harmonies of #5080EB
Complementary color
Monochromatic Colors of #5080EB
Black with #5080EB
Text Example
Text Example
White with #5080EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080EB; }
p { color: rgb(80,128,235); }
H1.HeaderClassName
{
color: #5080EB;
}
.AnyTagClassName
{
color: #5080EB;
}
</style>
background-color css
<style>
a { background-color: #5080EB; }
a { background-color: rgb(80,128,235); }
div.DivClassName
{
background-color: #5080EB;
}
.BgClassName
{
background-color: #5080EB;
}
</style>
border-color css
<style>
span { border-color: #5080EB; }
span { border-color: rgb(80,128,235); }
td.TdClassName
{
border-color: #5080EB;
}
.TagClassName
{
border-color: #5080EB;
}
</style>