Shades of Royal Blue #5080E9
Tints of Royal Blue #5080E9
RGB
CMYK
RGB Variations
Color information
#5080E9 (or 0x5080E9) is known color: Royal Blue. HEX triplet: 50, 80 and E9. RGB value is (80,128,233). Sum of RGB (Red+Green+Blue) = 80+128+233=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #5080E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5080E9 is #AF7F16. Grayscale: #7D7D7D. Windows color (decimal): -11501335 or 15302736. OLE color: 15302736.
HSL color Cylindrical-coordinate representation of color #5080E9: hue angle of 221.18º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5080E9 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 128 | 233 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.09 |
| HSL | 221.18º | 0.78% | 0.61% | - |
| HSV(B) | 221.18º | 0.66% | 0.91% | - |
| XYZ | 25.74 | 23.03 | 80.18 | - |
| YUV | 125.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 233 | 0.66 | 0.45 | 0 | 0.09 | 221.18 | 0.78 | 0.61 |
| Hex | 50 | 80 | E9 | 42 | 2D | 0 | 9 | DD | 4E | 3D |
| Octal | 120 | 200 | 351 | 102 | 55 | 0 | 11 | 335 | 116 | 75 |
| Binary | 1010000 | 10000000 | 11101001 | 1000010 | 101101 | 0 | 1001 | 11011101 | 1001110 | 111101 |
Color Harmonies of #5080E9
Complementary color
Monochromatic Colors of #5080E9
Black with #5080E9
Text Example
Text Example
White with #5080E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080E9; }
p { color: rgb(80,128,233); }
H1.HeaderClassName
{
color: #5080E9;
}
.AnyTagClassName
{
color: #5080E9;
}
</style>
background-color css
<style>
a { background-color: #5080E9; }
a { background-color: rgb(80,128,233); }
div.DivClassName
{
background-color: #5080E9;
}
.BgClassName
{
background-color: #5080E9;
}
</style>
border-color css
<style>
span { border-color: #5080E9; }
span { border-color: rgb(80,128,233); }
td.TdClassName
{
border-color: #5080E9;
}
.TagClassName
{
border-color: #5080E9;
}
</style>