Shades of Royal Blue #515ADB
Tints of Royal Blue #515ADB
RGB
CMYK
RGB Variations
Color information
#515ADB (or 0x515ADB) is known color: Royal Blue. HEX triplet: 51, 5A and DB. RGB value is (81,90,219). Sum of RGB (Red+Green+Blue) = 81+90+219=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 90 (35.55% from 255 or 23.08% 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 #515ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ADB is #AEA524. Grayscale: #656565. Windows color (decimal): -11445541 or 14375505. OLE color: 14375505.
HSL color Cylindrical-coordinate representation of color #515ADB: hue angle of 236.09º 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 #515ADB is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 90 | 219 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.14 |
| HSL | 236.09º | 0.66% | 0.59% | - |
| HSV(B) | 236.09º | 0.63% | 0.86% | - |
| XYZ | 19.84 | 14.18 | 68.71 | - |
| YUV | 102.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 219 | 0.63 | 0.59 | 0 | 0.14 | 236.09 | 0.66 | 0.59 |
| Hex | 51 | 5A | DB | 3F | 3B | 0 | E | EC | 42 | 3B |
| Octal | 121 | 132 | 333 | 77 | 73 | 0 | 16 | 354 | 102 | 73 |
| Binary | 1010001 | 1011010 | 11011011 | 111111 | 111011 | 0 | 1110 | 11101100 | 1000010 | 111011 |
Color Harmonies of #515ADB
Complementary color
Monochromatic Colors of #515ADB
Black with #515ADB
Text Example
Text Example
White with #515ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515ADB; }
p { color: rgb(81,90,219); }
H1.HeaderClassName
{
color: #515ADB;
}
.AnyTagClassName
{
color: #515ADB;
}
</style>
background-color css
<style>
a { background-color: #515ADB; }
a { background-color: rgb(81,90,219); }
div.DivClassName
{
background-color: #515ADB;
}
.BgClassName
{
background-color: #515ADB;
}
</style>
border-color css
<style>
span { border-color: #515ADB; }
span { border-color: rgb(81,90,219); }
td.TdClassName
{
border-color: #515ADB;
}
.TagClassName
{
border-color: #515ADB;
}
</style>