Shades of Royal Blue #506CD3
Tints of Royal Blue #506CD3
RGB
CMYK
RGB Variations
Color information
#506CD3 (or 0x506CD3) is known color: Royal Blue. HEX triplet: 50, 6C and D3. RGB value is (80,108,211). Sum of RGB (Red+Green+Blue) = 80+108+211=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #506CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CD3 is #AF932C. Grayscale: #6E6E6E. Windows color (decimal): -11506477 or 13855824. OLE color: 13855824.
HSL color Cylindrical-coordinate representation of color #506CD3: hue angle of 227.18º 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 #506CD3 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 108 | 211 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.17 |
| HSL | 227.18º | 0.6% | 0.57% | - |
| HSV(B) | 227.18º | 0.62% | 0.83% | - |
| XYZ | 20.43 | 17.13 | 63.86 | - |
| YUV | 111.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 211 | 0.62 | 0.49 | 0 | 0.17 | 227.18 | 0.6 | 0.57 |
| Hex | 50 | 6C | D3 | 3E | 31 | 0 | 11 | E3 | 3C | 39 |
| Octal | 120 | 154 | 323 | 76 | 61 | 0 | 21 | 343 | 74 | 71 |
| Binary | 1010000 | 1101100 | 11010011 | 111110 | 110001 | 0 | 10001 | 11100011 | 111100 | 111001 |
Color Harmonies of #506CD3
Complementary color
Monochromatic Colors of #506CD3
Black with #506CD3
Text Example
Text Example
White with #506CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CD3; }
p { color: rgb(80,108,211); }
H1.HeaderClassName
{
color: #506CD3;
}
.AnyTagClassName
{
color: #506CD3;
}
</style>
background-color css
<style>
a { background-color: #506CD3; }
a { background-color: rgb(80,108,211); }
div.DivClassName
{
background-color: #506CD3;
}
.BgClassName
{
background-color: #506CD3;
}
</style>
border-color css
<style>
span { border-color: #506CD3; }
span { border-color: rgb(80,108,211); }
td.TdClassName
{
border-color: #506CD3;
}
.TagClassName
{
border-color: #506CD3;
}
</style>