Shades of Royal Blue #506EE0
Tints of Royal Blue #506EE0
RGB
CMYK
RGB Variations
Color information
#506EE0 (or 0x506EE0) is known color: Royal Blue. HEX triplet: 50, 6E and E0. RGB value is (80,110,224). Sum of RGB (Red+Green+Blue) = 80+110+224=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #506EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EE0 is #AF911F. Grayscale: #717171. Windows color (decimal): -11505952 or 14708304. OLE color: 14708304.
HSL color Cylindrical-coordinate representation of color #506EE0: hue angle of 227.5º 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 #506EE0 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 110 | 224 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.12 |
| HSL | 227.5º | 0.7% | 0.6% | - |
| HSV(B) | 227.5º | 0.64% | 0.88% | - |
| XYZ | 22.34 | 18.24 | 72.86 | - |
| YUV | 114.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 224 | 0.64 | 0.51 | 0 | 0.12 | 227.5 | 0.7 | 0.6 |
| Hex | 50 | 6E | E0 | 40 | 33 | 0 | C | E4 | 46 | 3C |
| Octal | 120 | 156 | 340 | 100 | 63 | 0 | 14 | 344 | 106 | 74 |
| Binary | 1010000 | 1101110 | 11100000 | 1000000 | 110011 | 0 | 1100 | 11100100 | 1000110 | 111100 |
Color Harmonies of #506EE0
Complementary color
Monochromatic Colors of #506EE0
Black with #506EE0
Text Example
Text Example
White with #506EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506EE0; }
p { color: rgb(80,110,224); }
H1.HeaderClassName
{
color: #506EE0;
}
.AnyTagClassName
{
color: #506EE0;
}
</style>
background-color css
<style>
a { background-color: #506EE0; }
a { background-color: rgb(80,110,224); }
div.DivClassName
{
background-color: #506EE0;
}
.BgClassName
{
background-color: #506EE0;
}
</style>
border-color css
<style>
span { border-color: #506EE0; }
span { border-color: rgb(80,110,224); }
td.TdClassName
{
border-color: #506EE0;
}
.TagClassName
{
border-color: #506EE0;
}
</style>