Shades of Royal Blue #5161D9
Tints of Royal Blue #5161D9
RGB
CMYK
RGB Variations
Color information
#5161D9 (or 0x5161D9) is known color: Royal Blue. HEX triplet: 51, 61 and D9. RGB value is (81,97,217). Sum of RGB (Red+Green+Blue) = 81+97+217=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #5161D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5161D9 is #AE9E26. Grayscale: #696969. Windows color (decimal): -11443751 or 14246225. OLE color: 14246225.
HSL color Cylindrical-coordinate representation of color #5161D9: hue angle of 232.94º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5161D9 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 97 | 217 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.15 |
| HSL | 232.94º | 0.64% | 0.58% | - |
| HSV(B) | 232.94º | 0.63% | 0.85% | - |
| XYZ | 20.19 | 15.31 | 67.54 | - |
| YUV | 105.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 97 | 217 | 0.63 | 0.55 | 0 | 0.15 | 232.94 | 0.64 | 0.58 |
| Hex | 51 | 61 | D9 | 3F | 37 | 0 | F | E9 | 40 | 3A |
| Octal | 121 | 141 | 331 | 77 | 67 | 0 | 17 | 351 | 100 | 72 |
| Binary | 1010001 | 1100001 | 11011001 | 111111 | 110111 | 0 | 1111 | 11101001 | 1000000 | 111010 |
Color Harmonies of #5161D9
Complementary color
Monochromatic Colors of #5161D9
Black with #5161D9
Text Example
Text Example
White with #5161D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5161D9; }
p { color: rgb(81,97,217); }
H1.HeaderClassName
{
color: #5161D9;
}
.AnyTagClassName
{
color: #5161D9;
}
</style>
background-color css
<style>
a { background-color: #5161D9; }
a { background-color: rgb(81,97,217); }
div.DivClassName
{
background-color: #5161D9;
}
.BgClassName
{
background-color: #5161D9;
}
</style>
border-color css
<style>
span { border-color: #5161D9; }
span { border-color: rgb(81,97,217); }
td.TdClassName
{
border-color: #5161D9;
}
.TagClassName
{
border-color: #5161D9;
}
</style>