Shades of Royal Blue #506ADA
Tints of Royal Blue #506ADA
RGB
CMYK
RGB Variations
Color information
#506ADA (or 0x506ADA) is known color: Royal Blue. HEX triplet: 50, 6A and DA. RGB value is (80,106,218). Sum of RGB (Red+Green+Blue) = 80+106+218=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #506ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ADA is #AF9525. Grayscale: #6E6E6E. Windows color (decimal): -11506982 or 14314064. OLE color: 14314064.
HSL color Cylindrical-coordinate representation of color #506ADA: hue angle of 228.7º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506ADA is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 106 | 218 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.15 |
| HSL | 228.7º | 0.65% | 0.58% | - |
| HSV(B) | 228.7º | 0.63% | 0.85% | - |
| XYZ | 21.12 | 17.08 | 68.51 | - |
| YUV | 110.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 218 | 0.63 | 0.51 | 0 | 0.15 | 228.7 | 0.65 | 0.58 |
| Hex | 50 | 6A | DA | 3F | 33 | 0 | F | E5 | 41 | 3A |
| Octal | 120 | 152 | 332 | 77 | 63 | 0 | 17 | 345 | 101 | 72 |
| Binary | 1010000 | 1101010 | 11011010 | 111111 | 110011 | 0 | 1111 | 11100101 | 1000001 | 111010 |
Color Harmonies of #506ADA
Complementary color
Monochromatic Colors of #506ADA
Black with #506ADA
Text Example
Text Example
White with #506ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506ADA; }
p { color: rgb(80,106,218); }
H1.HeaderClassName
{
color: #506ADA;
}
.AnyTagClassName
{
color: #506ADA;
}
</style>
background-color css
<style>
a { background-color: #506ADA; }
a { background-color: rgb(80,106,218); }
div.DivClassName
{
background-color: #506ADA;
}
.BgClassName
{
background-color: #506ADA;
}
</style>
border-color css
<style>
span { border-color: #506ADA; }
span { border-color: rgb(80,106,218); }
td.TdClassName
{
border-color: #506ADA;
}
.TagClassName
{
border-color: #506ADA;
}
</style>