Shades of Royal Blue #506BDA
Tints of Royal Blue #506BDA
RGB
CMYK
RGB Variations
Color information
#506BDA (or 0x506BDA) is known color: Royal Blue. HEX triplet: 50, 6B and DA. RGB value is (80,107,218). Sum of RGB (Red+Green+Blue) = 80+107+218=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #506BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BDA is #AF9425. Grayscale: #6F6F6F. Windows color (decimal): -11506726 or 14314320. OLE color: 14314320.
HSL color Cylindrical-coordinate representation of color #506BDA: hue angle of 228.26º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506BDA is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 107 | 218 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.15 |
| HSL | 228.26º | 0.65% | 0.58% | - |
| HSV(B) | 228.26º | 0.63% | 0.85% | - |
| XYZ | 21.22 | 17.28 | 68.55 | - |
| YUV | 111.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 218 | 0.63 | 0.51 | 0 | 0.15 | 228.26 | 0.65 | 0.58 |
| Hex | 50 | 6B | DA | 3F | 33 | 0 | F | E4 | 41 | 3A |
| Octal | 120 | 153 | 332 | 77 | 63 | 0 | 17 | 344 | 101 | 72 |
| Binary | 1010000 | 1101011 | 11011010 | 111111 | 110011 | 0 | 1111 | 11100100 | 1000001 | 111010 |
Color Harmonies of #506BDA
Complementary color
Monochromatic Colors of #506BDA
Black with #506BDA
Text Example
Text Example
White with #506BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506BDA; }
p { color: rgb(80,107,218); }
H1.HeaderClassName
{
color: #506BDA;
}
.AnyTagClassName
{
color: #506BDA;
}
</style>
background-color css
<style>
a { background-color: #506BDA; }
a { background-color: rgb(80,107,218); }
div.DivClassName
{
background-color: #506BDA;
}
.BgClassName
{
background-color: #506BDA;
}
</style>
border-color css
<style>
span { border-color: #506BDA; }
span { border-color: rgb(80,107,218); }
td.TdClassName
{
border-color: #506BDA;
}
.TagClassName
{
border-color: #506BDA;
}
</style>