Shades of Royal Blue #505DDB
Tints of Royal Blue #505DDB
RGB
CMYK
RGB Variations
Color information
#505DDB (or 0x505DDB) is known color: Royal Blue. HEX triplet: 50, 5D and DB. RGB value is (80,93,219). Sum of RGB (Red+Green+Blue) = 80+93+219=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #505DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DDB is #AFA224. Grayscale: #666666. Windows color (decimal): -11510309 or 14376272. OLE color: 14376272.
HSL color Cylindrical-coordinate representation of color #505DDB: hue angle of 234.39º 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 #505DDB is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 93 | 219 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.14 |
| HSL | 234.39º | 0.66% | 0.59% | - |
| HSV(B) | 234.39º | 0.63% | 0.86% | - |
| XYZ | 20.01 | 14.65 | 68.79 | - |
| YUV | 103.48 | 193.19 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 219 | 0.63 | 0.58 | 0 | 0.14 | 234.39 | 0.66 | 0.59 |
| Hex | 50 | 5D | DB | 3F | 3A | 0 | E | EA | 42 | 3B |
| Octal | 120 | 135 | 333 | 77 | 72 | 0 | 16 | 352 | 102 | 73 |
| Binary | 1010000 | 1011101 | 11011011 | 111111 | 111010 | 0 | 1110 | 11101010 | 1000010 | 111011 |
Color Harmonies of #505DDB
Complementary color
Monochromatic Colors of #505DDB
Black with #505DDB
Text Example
Text Example
White with #505DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505DDB; }
p { color: rgb(80,93,219); }
H1.HeaderClassName
{
color: #505DDB;
}
.AnyTagClassName
{
color: #505DDB;
}
</style>
background-color css
<style>
a { background-color: #505DDB; }
a { background-color: rgb(80,93,219); }
div.DivClassName
{
background-color: #505DDB;
}
.BgClassName
{
background-color: #505DDB;
}
</style>
border-color css
<style>
span { border-color: #505DDB; }
span { border-color: rgb(80,93,219); }
td.TdClassName
{
border-color: #505DDB;
}
.TagClassName
{
border-color: #505DDB;
}
</style>