Shades of Royal Blue #506AD6
Tints of Royal Blue #506AD6
RGB
CMYK
RGB Variations
Color information
#506AD6 (or 0x506AD6) is known color: Royal Blue. HEX triplet: 50, 6A and D6. RGB value is (80,106,214). Sum of RGB (Red+Green+Blue) = 80+106+214=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #506AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506AD6 is #AF9529. Grayscale: #6E6E6E. Windows color (decimal): -11506986 or 14051920. OLE color: 14051920.
HSL color Cylindrical-coordinate representation of color #506AD6: hue angle of 228.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506AD6 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 106 | 214 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.16 |
| HSL | 228.36º | 0.62% | 0.58% | - |
| HSV(B) | 228.36º | 0.63% | 0.84% | - |
| XYZ | 20.6 | 16.87 | 65.79 | - |
| YUV | 110.54 | 186.39 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 214 | 0.63 | 0.50 | 0 | 0.16 | 228.36 | 0.62 | 0.58 |
| Hex | 50 | 6A | D6 | 3F | 32 | 0 | 10 | E4 | 3E | 3A |
| Octal | 120 | 152 | 326 | 77 | 62 | 0 | 20 | 344 | 76 | 72 |
| Binary | 1010000 | 1101010 | 11010110 | 111111 | 110010 | 0 | 10000 | 11100100 | 111110 | 111010 |
Color Harmonies of #506AD6
Complementary color
Monochromatic Colors of #506AD6
Black with #506AD6
Text Example
Text Example
White with #506AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506AD6; }
p { color: rgb(80,106,214); }
H1.HeaderClassName
{
color: #506AD6;
}
.AnyTagClassName
{
color: #506AD6;
}
</style>
background-color css
<style>
a { background-color: #506AD6; }
a { background-color: rgb(80,106,214); }
div.DivClassName
{
background-color: #506AD6;
}
.BgClassName
{
background-color: #506AD6;
}
</style>
border-color css
<style>
span { border-color: #506AD6; }
span { border-color: rgb(80,106,214); }
td.TdClassName
{
border-color: #506AD6;
}
.TagClassName
{
border-color: #506AD6;
}
</style>