Shades of Royal Blue #506ED3
Tints of Royal Blue #506ED3
RGB
CMYK
RGB Variations
Color information
#506ED3 (or 0x506ED3) is known color: Royal Blue. HEX triplet: 50, 6E and D3. RGB value is (80,110,211). Sum of RGB (Red+Green+Blue) = 80+110+211=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #506ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ED3 is #AF912C. Grayscale: #707070. Windows color (decimal): -11505965 or 13856336. OLE color: 13856336.
HSL color Cylindrical-coordinate representation of color #506ED3: hue angle of 226.26º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506ED3 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 110 | 211 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.17 |
| HSL | 226.26º | 0.6% | 0.57% | - |
| HSV(B) | 226.26º | 0.62% | 0.83% | - |
| XYZ | 20.64 | 17.56 | 63.93 | - |
| YUV | 112.54 | 183.56 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 211 | 0.62 | 0.48 | 0 | 0.17 | 226.26 | 0.6 | 0.57 |
| Hex | 50 | 6E | D3 | 3E | 30 | 0 | 11 | E2 | 3C | 39 |
| Octal | 120 | 156 | 323 | 76 | 60 | 0 | 21 | 342 | 74 | 71 |
| Binary | 1010000 | 1101110 | 11010011 | 111110 | 110000 | 0 | 10001 | 11100010 | 111100 | 111001 |
Color Harmonies of #506ED3
Complementary color
Monochromatic Colors of #506ED3
Black with #506ED3
Text Example
Text Example
White with #506ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506ED3; }
p { color: rgb(80,110,211); }
H1.HeaderClassName
{
color: #506ED3;
}
.AnyTagClassName
{
color: #506ED3;
}
</style>
background-color css
<style>
a { background-color: #506ED3; }
a { background-color: rgb(80,110,211); }
div.DivClassName
{
background-color: #506ED3;
}
.BgClassName
{
background-color: #506ED3;
}
</style>
border-color css
<style>
span { border-color: #506ED3; }
span { border-color: rgb(80,110,211); }
td.TdClassName
{
border-color: #506ED3;
}
.TagClassName
{
border-color: #506ED3;
}
</style>