Shades of Royal Blue #506BDB
Tints of Royal Blue #506BDB
RGB
CMYK
RGB Variations
Color information
#506BDB (or 0x506BDB) is known color: Royal Blue. HEX triplet: 50, 6B and DB. RGB value is (80,107,219). Sum of RGB (Red+Green+Blue) = 80+107+219=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #506BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BDB is #AF9424. Grayscale: #6F6F6F. Windows color (decimal): -11506725 or 14379856. OLE color: 14379856.
HSL color Cylindrical-coordinate representation of color #506BDB: hue angle of 228.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506BDB is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 107 | 219 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.14 |
| HSL | 228.35º | 0.66% | 0.59% | - |
| HSV(B) | 228.35º | 0.63% | 0.86% | - |
| XYZ | 21.35 | 17.34 | 69.24 | - |
| YUV | 111.7 | 188.55 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 219 | 0.63 | 0.51 | 0 | 0.14 | 228.35 | 0.66 | 0.59 |
| Hex | 50 | 6B | DB | 3F | 33 | 0 | E | E4 | 42 | 3B |
| Octal | 120 | 153 | 333 | 77 | 63 | 0 | 16 | 344 | 102 | 73 |
| Binary | 1010000 | 1101011 | 11011011 | 111111 | 110011 | 0 | 1110 | 11100100 | 1000010 | 111011 |
Color Harmonies of #506BDB
Complementary color
Monochromatic Colors of #506BDB
Black with #506BDB
Text Example
Text Example
White with #506BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506BDB; }
p { color: rgb(80,107,219); }
H1.HeaderClassName
{
color: #506BDB;
}
.AnyTagClassName
{
color: #506BDB;
}
</style>
background-color css
<style>
a { background-color: #506BDB; }
a { background-color: rgb(80,107,219); }
div.DivClassName
{
background-color: #506BDB;
}
.BgClassName
{
background-color: #506BDB;
}
</style>
border-color css
<style>
span { border-color: #506BDB; }
span { border-color: rgb(80,107,219); }
td.TdClassName
{
border-color: #506BDB;
}
.TagClassName
{
border-color: #506BDB;
}
</style>