Shades of Royal Blue #515ADA
Tints of Royal Blue #515ADA
RGB
CMYK
RGB Variations
Color information
#515ADA (or 0x515ADA) is known color: Royal Blue. HEX triplet: 51, 5A and DA. RGB value is (81,90,218). Sum of RGB (Red+Green+Blue) = 81+90+218=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #515ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ADA is #AEA525. Grayscale: #656565. Windows color (decimal): -11445542 or 14309969. OLE color: 14309969.
HSL color Cylindrical-coordinate representation of color #515ADA: hue angle of 236.06º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #515ADA is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 90 | 218 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.15 |
| HSL | 236.06º | 0.65% | 0.59% | - |
| HSV(B) | 236.06º | 0.63% | 0.85% | - |
| XYZ | 19.7 | 14.12 | 68.02 | - |
| YUV | 101.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 218 | 0.63 | 0.59 | 0 | 0.15 | 236.06 | 0.65 | 0.59 |
| Hex | 51 | 5A | DA | 3F | 3B | 0 | F | EC | 41 | 3B |
| Octal | 121 | 132 | 332 | 77 | 73 | 0 | 17 | 354 | 101 | 73 |
| Binary | 1010001 | 1011010 | 11011010 | 111111 | 111011 | 0 | 1111 | 11101100 | 1000001 | 111011 |
Color Harmonies of #515ADA
Complementary color
Monochromatic Colors of #515ADA
Black with #515ADA
Text Example
Text Example
White with #515ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515ADA; }
p { color: rgb(81,90,218); }
H1.HeaderClassName
{
color: #515ADA;
}
.AnyTagClassName
{
color: #515ADA;
}
</style>
background-color css
<style>
a { background-color: #515ADA; }
a { background-color: rgb(81,90,218); }
div.DivClassName
{
background-color: #515ADA;
}
.BgClassName
{
background-color: #515ADA;
}
</style>
border-color css
<style>
span { border-color: #515ADA; }
span { border-color: rgb(81,90,218); }
td.TdClassName
{
border-color: #515ADA;
}
.TagClassName
{
border-color: #515ADA;
}
</style>