Shades of Royal Blue #506FD3
Tints of Royal Blue #506FD3
RGB
CMYK
RGB Variations
Color information
#506FD3 (or 0x506FD3) is known color: Royal Blue. HEX triplet: 50, 6F and D3. RGB value is (80,111,211). Sum of RGB (Red+Green+Blue) = 80+111+211=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 211 (82.81% from 255 or 52.49% from 402); Max value from RGB is 211 - color contains mainly: blue. Hex color #506FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FD3 is #AF902C. Grayscale: #707070. Windows color (decimal): -11505709 or 13856592. OLE color: 13856592.
HSL color Cylindrical-coordinate representation of color #506FD3: hue angle of 225.8º 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 #506FD3 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 111 | 211 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.17 |
| HSL | 225.8º | 0.6% | 0.57% | - |
| HSV(B) | 225.8º | 0.62% | 0.83% | - |
| XYZ | 20.75 | 17.78 | 63.97 | - |
| YUV | 113.13 | 183.23 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 211 | 0.62 | 0.47 | 0 | 0.17 | 225.8 | 0.6 | 0.57 |
| Hex | 50 | 6F | D3 | 3E | 2F | 0 | 11 | E2 | 3C | 39 |
| Octal | 120 | 157 | 323 | 76 | 57 | 0 | 21 | 342 | 74 | 71 |
| Binary | 1010000 | 1101111 | 11010011 | 111110 | 101111 | 0 | 10001 | 11100010 | 111100 | 111001 |
Color Harmonies of #506FD3
Complementary color
Monochromatic Colors of #506FD3
Black with #506FD3
Text Example
Text Example
White with #506FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FD3; }
p { color: rgb(80,111,211); }
H1.HeaderClassName
{
color: #506FD3;
}
.AnyTagClassName
{
color: #506FD3;
}
</style>
background-color css
<style>
a { background-color: #506FD3; }
a { background-color: rgb(80,111,211); }
div.DivClassName
{
background-color: #506FD3;
}
.BgClassName
{
background-color: #506FD3;
}
</style>
border-color css
<style>
span { border-color: #506FD3; }
span { border-color: rgb(80,111,211); }
td.TdClassName
{
border-color: #506FD3;
}
.TagClassName
{
border-color: #506FD3;
}
</style>