Shades of Cornflower Blue #5080ED
Tints of Cornflower Blue #5080ED
RGB
CMYK
RGB Variations
Color information
#5080ED (or 0x5080ED) is known color: Cornflower Blue. HEX triplet: 50, 80 and ED. RGB value is (80,128,237). Sum of RGB (Red+Green+Blue) = 80+128+237=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #5080ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5080ED is #AF7F12. Grayscale: #7D7D7D. Windows color (decimal): -11501331 or 15564880. OLE color: 15564880.
HSL color Cylindrical-coordinate representation of color #5080ED: hue angle of 221.66º degrees, saturation: 0.81, 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 #5080ED is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 128 | 237 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.07 |
| HSL | 221.66º | 0.81% | 0.62% | - |
| HSV(B) | 221.66º | 0.66% | 0.93% | - |
| XYZ | 26.31 | 23.26 | 83.22 | - |
| YUV | 126.07 | 190.6 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 237 | 0.66 | 0.46 | 0 | 0.07 | 221.66 | 0.81 | 0.62 |
| Hex | 50 | 80 | ED | 42 | 2E | 0 | 7 | DE | 51 | 3E |
| Octal | 120 | 200 | 355 | 102 | 56 | 0 | 7 | 336 | 121 | 76 |
| Binary | 1010000 | 10000000 | 11101101 | 1000010 | 101110 | 0 | 111 | 11011110 | 1010001 | 111110 |
Color Harmonies of #5080ED
Complementary color
Monochromatic Colors of #5080ED
Black with #5080ED
Text Example
Text Example
White with #5080ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080ED; }
p { color: rgb(80,128,237); }
H1.HeaderClassName
{
color: #5080ED;
}
.AnyTagClassName
{
color: #5080ED;
}
</style>
background-color css
<style>
a { background-color: #5080ED; }
a { background-color: rgb(80,128,237); }
div.DivClassName
{
background-color: #5080ED;
}
.BgClassName
{
background-color: #5080ED;
}
</style>
border-color css
<style>
span { border-color: #5080ED; }
span { border-color: rgb(80,128,237); }
td.TdClassName
{
border-color: #5080ED;
}
.TagClassName
{
border-color: #5080ED;
}
</style>