Shades of Royal Blue #5055E0
Tints of Royal Blue #5055E0
RGB
CMYK
RGB Variations
Color information
#5055E0 (or 0x5055E0) is known color: Royal Blue. HEX triplet: 50, 55 and E0. RGB value is (80,85,224). Sum of RGB (Red+Green+Blue) = 80+85+224=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #5055E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5055E0 is #AFAA1F. Grayscale: #626262. Windows color (decimal): -11512352 or 14701904. OLE color: 14701904.
HSL color Cylindrical-coordinate representation of color #5055E0: hue angle of 237.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5055E0 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 85 | 224 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.12 |
| HSL | 237.92º | 0.7% | 0.6% | - |
| HSV(B) | 237.92º | 0.64% | 0.88% | - |
| XYZ | 20.01 | 13.58 | 72.09 | - |
| YUV | 99.35 | 198.34 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 224 | 0.64 | 0.62 | 0 | 0.12 | 237.92 | 0.7 | 0.6 |
| Hex | 50 | 55 | E0 | 40 | 3E | 0 | C | EE | 46 | 3C |
| Octal | 120 | 125 | 340 | 100 | 76 | 0 | 14 | 356 | 106 | 74 |
| Binary | 1010000 | 1010101 | 11100000 | 1000000 | 111110 | 0 | 1100 | 11101110 | 1000110 | 111100 |
Color Harmonies of #5055E0
Complementary color
Monochromatic Colors of #5055E0
Black with #5055E0
Text Example
Text Example
White with #5055E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5055E0; }
p { color: rgb(80,85,224); }
H1.HeaderClassName
{
color: #5055E0;
}
.AnyTagClassName
{
color: #5055E0;
}
</style>
background-color css
<style>
a { background-color: #5055E0; }
a { background-color: rgb(80,85,224); }
div.DivClassName
{
background-color: #5055E0;
}
.BgClassName
{
background-color: #5055E0;
}
</style>
border-color css
<style>
span { border-color: #5055E0; }
span { border-color: rgb(80,85,224); }
td.TdClassName
{
border-color: #5055E0;
}
.TagClassName
{
border-color: #5055E0;
}
</style>