Shades of Royal Blue #506FD2
Tints of Royal Blue #506FD2
RGB
CMYK
RGB Variations
Color information
#506FD2 (or 0x506FD2) is known color: Royal Blue. HEX triplet: 50, 6F and D2. RGB value is (80,111,210). Sum of RGB (Red+Green+Blue) = 80+111+210=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #506FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FD2 is #AF902D. Grayscale: #707070. Windows color (decimal): -11505710 or 13791056. OLE color: 13791056.
HSL color Cylindrical-coordinate representation of color #506FD2: hue angle of 225.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506FD2 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 111 | 210 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.18 |
| HSL | 225.69º | 0.59% | 0.57% | - |
| HSV(B) | 225.69º | 0.62% | 0.82% | - |
| XYZ | 20.63 | 17.73 | 63.31 | - |
| YUV | 113.02 | 182.73 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 210 | 0.62 | 0.47 | 0 | 0.18 | 225.69 | 0.59 | 0.57 |
| Hex | 50 | 6F | D2 | 3E | 2F | 0 | 12 | E2 | 3B | 39 |
| Octal | 120 | 157 | 322 | 76 | 57 | 0 | 22 | 342 | 73 | 71 |
| Binary | 1010000 | 1101111 | 11010010 | 111110 | 101111 | 0 | 10010 | 11100010 | 111011 | 111001 |
Color Harmonies of #506FD2
Complementary color
Monochromatic Colors of #506FD2
Black with #506FD2
Text Example
Text Example
White with #506FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FD2; }
p { color: rgb(80,111,210); }
H1.HeaderClassName
{
color: #506FD2;
}
.AnyTagClassName
{
color: #506FD2;
}
</style>
background-color css
<style>
a { background-color: #506FD2; }
a { background-color: rgb(80,111,210); }
div.DivClassName
{
background-color: #506FD2;
}
.BgClassName
{
background-color: #506FD2;
}
</style>
border-color css
<style>
span { border-color: #506FD2; }
span { border-color: rgb(80,111,210); }
td.TdClassName
{
border-color: #506FD2;
}
.TagClassName
{
border-color: #506FD2;
}
</style>