Shades of Royal Blue #506FDB
Tints of Royal Blue #506FDB
RGB
CMYK
RGB Variations
Color information
#506FDB (or 0x506FDB) is known color: Royal Blue. HEX triplet: 50, 6F and DB. RGB value is (80,111,219). Sum of RGB (Red+Green+Blue) = 80+111+219=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #506FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FDB is #AF9024. Grayscale: #717171. Windows color (decimal): -11505701 or 14380880. OLE color: 14380880.
HSL color Cylindrical-coordinate representation of color #506FDB: hue angle of 226.62º 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 #506FDB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 111 | 219 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.14 |
| HSL | 226.62º | 0.66% | 0.59% | - |
| HSV(B) | 226.62º | 0.63% | 0.86% | - |
| XYZ | 21.78 | 18.19 | 69.38 | - |
| YUV | 114.04 | 187.23 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 219 | 0.63 | 0.49 | 0 | 0.14 | 226.62 | 0.66 | 0.59 |
| Hex | 50 | 6F | DB | 3F | 31 | 0 | E | E3 | 42 | 3B |
| Octal | 120 | 157 | 333 | 77 | 61 | 0 | 16 | 343 | 102 | 73 |
| Binary | 1010000 | 1101111 | 11011011 | 111111 | 110001 | 0 | 1110 | 11100011 | 1000010 | 111011 |
Color Harmonies of #506FDB
Complementary color
Monochromatic Colors of #506FDB
Black with #506FDB
Text Example
Text Example
White with #506FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FDB; }
p { color: rgb(80,111,219); }
H1.HeaderClassName
{
color: #506FDB;
}
.AnyTagClassName
{
color: #506FDB;
}
</style>
background-color css
<style>
a { background-color: #506FDB; }
a { background-color: rgb(80,111,219); }
div.DivClassName
{
background-color: #506FDB;
}
.BgClassName
{
background-color: #506FDB;
}
</style>
border-color css
<style>
span { border-color: #506FDB; }
span { border-color: rgb(80,111,219); }
td.TdClassName
{
border-color: #506FDB;
}
.TagClassName
{
border-color: #506FDB;
}
</style>