Shades of Royal Blue #505BDB
Tints of Royal Blue #505BDB
RGB
CMYK
RGB Variations
Color information
#505BDB (or 0x505BDB) is known color: Royal Blue. HEX triplet: 50, 5B and DB. RGB value is (80,91,219). Sum of RGB (Red+Green+Blue) = 80+91+219=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #505BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BDB is #AFA424. Grayscale: #656565. Windows color (decimal): -11510821 or 14375760. OLE color: 14375760.
HSL color Cylindrical-coordinate representation of color #505BDB: hue angle of 235.25º 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 #505BDB is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 91 | 219 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.14 |
| HSL | 235.25º | 0.66% | 0.59% | - |
| HSV(B) | 235.25º | 0.63% | 0.86% | - |
| XYZ | 19.84 | 14.3 | 68.73 | - |
| YUV | 102.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 219 | 0.63 | 0.58 | 0 | 0.14 | 235.25 | 0.66 | 0.59 |
| Hex | 50 | 5B | DB | 3F | 3A | 0 | E | EB | 42 | 3B |
| Octal | 120 | 133 | 333 | 77 | 72 | 0 | 16 | 353 | 102 | 73 |
| Binary | 1010000 | 1011011 | 11011011 | 111111 | 111010 | 0 | 1110 | 11101011 | 1000010 | 111011 |
Color Harmonies of #505BDB
Complementary color
Monochromatic Colors of #505BDB
Black with #505BDB
Text Example
Text Example
White with #505BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505BDB; }
p { color: rgb(80,91,219); }
H1.HeaderClassName
{
color: #505BDB;
}
.AnyTagClassName
{
color: #505BDB;
}
</style>
background-color css
<style>
a { background-color: #505BDB; }
a { background-color: rgb(80,91,219); }
div.DivClassName
{
background-color: #505BDB;
}
.BgClassName
{
background-color: #505BDB;
}
</style>
border-color css
<style>
span { border-color: #505BDB; }
span { border-color: rgb(80,91,219); }
td.TdClassName
{
border-color: #505BDB;
}
.TagClassName
{
border-color: #505BDB;
}
</style>