Shades of Royal Blue #506ADB
Tints of Royal Blue #506ADB
RGB
CMYK
RGB Variations
Color information
#506ADB (or 0x506ADB) is known color: Royal Blue. HEX triplet: 50, 6A and DB. RGB value is (80,106,219). Sum of RGB (Red+Green+Blue) = 80+106+219=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #506ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ADB is #AF9524. Grayscale: #6E6E6E. Windows color (decimal): -11506981 or 14379600. OLE color: 14379600.
HSL color Cylindrical-coordinate representation of color #506ADB: hue angle of 228.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506ADB is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 106 | 219 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.14 |
| HSL | 228.78º | 0.66% | 0.59% | - |
| HSV(B) | 228.78º | 0.63% | 0.86% | - |
| XYZ | 21.25 | 17.13 | 69.2 | - |
| YUV | 111.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 219 | 0.63 | 0.52 | 0 | 0.14 | 228.78 | 0.66 | 0.59 |
| Hex | 50 | 6A | DB | 3F | 34 | 0 | E | E5 | 42 | 3B |
| Octal | 120 | 152 | 333 | 77 | 64 | 0 | 16 | 345 | 102 | 73 |
| Binary | 1010000 | 1101010 | 11011011 | 111111 | 110100 | 0 | 1110 | 11100101 | 1000010 | 111011 |
Color Harmonies of #506ADB
Complementary color
Monochromatic Colors of #506ADB
Black with #506ADB
Text Example
Text Example
White with #506ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506ADB; }
p { color: rgb(80,106,219); }
H1.HeaderClassName
{
color: #506ADB;
}
.AnyTagClassName
{
color: #506ADB;
}
</style>
background-color css
<style>
a { background-color: #506ADB; }
a { background-color: rgb(80,106,219); }
div.DivClassName
{
background-color: #506ADB;
}
.BgClassName
{
background-color: #506ADB;
}
</style>
border-color css
<style>
span { border-color: #506ADB; }
span { border-color: rgb(80,106,219); }
td.TdClassName
{
border-color: #506ADB;
}
.TagClassName
{
border-color: #506ADB;
}
</style>