Shades of Royal Blue #505EDB
Tints of Royal Blue #505EDB
RGB
CMYK
RGB Variations
Color information
#505EDB (or 0x505EDB) is known color: Royal Blue. HEX triplet: 50, 5E and DB. RGB value is (80,94,219). Sum of RGB (Red+Green+Blue) = 80+94+219=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #505EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EDB is #AFA124. Grayscale: #676767. Windows color (decimal): -11510053 or 14376528. OLE color: 14376528.
HSL color Cylindrical-coordinate representation of color #505EDB: hue angle of 233.96º 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 #505EDB is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 94 | 219 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.14 |
| HSL | 233.96º | 0.66% | 0.59% | - |
| HSV(B) | 233.96º | 0.63% | 0.86% | - |
| XYZ | 20.1 | 14.83 | 68.82 | - |
| YUV | 104.06 | 192.86 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 219 | 0.63 | 0.57 | 0 | 0.14 | 233.96 | 0.66 | 0.59 |
| Hex | 50 | 5E | DB | 3F | 39 | 0 | E | EA | 42 | 3B |
| Octal | 120 | 136 | 333 | 77 | 71 | 0 | 16 | 352 | 102 | 73 |
| Binary | 1010000 | 1011110 | 11011011 | 111111 | 111001 | 0 | 1110 | 11101010 | 1000010 | 111011 |
Color Harmonies of #505EDB
Complementary color
Monochromatic Colors of #505EDB
Black with #505EDB
Text Example
Text Example
White with #505EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505EDB; }
p { color: rgb(80,94,219); }
H1.HeaderClassName
{
color: #505EDB;
}
.AnyTagClassName
{
color: #505EDB;
}
</style>
background-color css
<style>
a { background-color: #505EDB; }
a { background-color: rgb(80,94,219); }
div.DivClassName
{
background-color: #505EDB;
}
.BgClassName
{
background-color: #505EDB;
}
</style>
border-color css
<style>
span { border-color: #505EDB; }
span { border-color: rgb(80,94,219); }
td.TdClassName
{
border-color: #505EDB;
}
.TagClassName
{
border-color: #505EDB;
}
</style>