Shades of Royal Blue #515ADD
Tints of Royal Blue #515ADD
RGB
CMYK
RGB Variations
Color information
#515ADD (or 0x515ADD) is known color: Royal Blue. HEX triplet: 51, 5A and DD. RGB value is (81,90,221). Sum of RGB (Red+Green+Blue) = 81+90+221=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #515ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ADD is #AEA522. Grayscale: #656565. Windows color (decimal): -11445539 or 14506577. OLE color: 14506577.
HSL color Cylindrical-coordinate representation of color #515ADD: hue angle of 236.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #515ADD is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 90 | 221 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.13 |
| HSL | 236.14º | 0.67% | 0.59% | - |
| HSV(B) | 236.14º | 0.63% | 0.87% | - |
| XYZ | 20.1 | 14.28 | 70.1 | - |
| YUV | 102.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 221 | 0.63 | 0.59 | 0 | 0.13 | 236.14 | 0.67 | 0.59 |
| Hex | 51 | 5A | DD | 3F | 3B | 0 | D | EC | 43 | 3B |
| Octal | 121 | 132 | 335 | 77 | 73 | 0 | 15 | 354 | 103 | 73 |
| Binary | 1010001 | 1011010 | 11011101 | 111111 | 111011 | 0 | 1101 | 11101100 | 1000011 | 111011 |
Color Harmonies of #515ADD
Complementary color
Monochromatic Colors of #515ADD
Black with #515ADD
Text Example
Text Example
White with #515ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515ADD; }
p { color: rgb(81,90,221); }
H1.HeaderClassName
{
color: #515ADD;
}
.AnyTagClassName
{
color: #515ADD;
}
</style>
background-color css
<style>
a { background-color: #515ADD; }
a { background-color: rgb(81,90,221); }
div.DivClassName
{
background-color: #515ADD;
}
.BgClassName
{
background-color: #515ADD;
}
</style>
border-color css
<style>
span { border-color: #515ADD; }
span { border-color: rgb(81,90,221); }
td.TdClassName
{
border-color: #515ADD;
}
.TagClassName
{
border-color: #515ADD;
}
</style>