Shades of Royal Blue #5080E4
Tints of Royal Blue #5080E4
RGB
CMYK
RGB Variations
Color information
#5080E4 (or 0x5080E4) is known color: Royal Blue. HEX triplet: 50, 80 and E4. RGB value is (80,128,228). Sum of RGB (Red+Green+Blue) = 80+128+228=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #5080E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080E4 is #AF7F1B. Grayscale: #7C7C7C. Windows color (decimal): -11501340 or 14975056. OLE color: 14975056.
HSL color Cylindrical-coordinate representation of color #5080E4: hue angle of 220.54º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5080E4 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 128 | 228 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.11 |
| HSL | 220.54º | 0.73% | 0.6% | - |
| HSV(B) | 220.54º | 0.65% | 0.89% | - |
| XYZ | 25.03 | 22.75 | 76.47 | - |
| YUV | 125.05 | 186.1 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 228 | 0.65 | 0.44 | 0 | 0.11 | 220.54 | 0.73 | 0.6 |
| Hex | 50 | 80 | E4 | 41 | 2C | 0 | B | DD | 49 | 3C |
| Octal | 120 | 200 | 344 | 101 | 54 | 0 | 13 | 335 | 111 | 74 |
| Binary | 1010000 | 10000000 | 11100100 | 1000001 | 101100 | 0 | 1011 | 11011101 | 1001001 | 111100 |
Color Harmonies of #5080E4
Complementary color
Monochromatic Colors of #5080E4
Black with #5080E4
Text Example
Text Example
White with #5080E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080E4; }
p { color: rgb(80,128,228); }
H1.HeaderClassName
{
color: #5080E4;
}
.AnyTagClassName
{
color: #5080E4;
}
</style>
background-color css
<style>
a { background-color: #5080E4; }
a { background-color: rgb(80,128,228); }
div.DivClassName
{
background-color: #5080E4;
}
.BgClassName
{
background-color: #5080E4;
}
</style>
border-color css
<style>
span { border-color: #5080E4; }
span { border-color: rgb(80,128,228); }
td.TdClassName
{
border-color: #5080E4;
}
.TagClassName
{
border-color: #5080E4;
}
</style>