Shades of Royal Blue #5061D9
Tints of Royal Blue #5061D9
RGB
CMYK
RGB Variations
Color information
#5061D9 (or 0x5061D9) is known color: Royal Blue. HEX triplet: 50, 61 and D9. RGB value is (80,97,217). Sum of RGB (Red+Green+Blue) = 80+97+217=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #5061D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5061D9 is #AF9E26. Grayscale: #696969. Windows color (decimal): -11509287 or 14246224. OLE color: 14246224.
HSL color Cylindrical-coordinate representation of color #5061D9: hue angle of 232.55º 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 #5061D9 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 97 | 217 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.15 |
| HSL | 232.55º | 0.64% | 0.58% | - |
| HSV(B) | 232.55º | 0.63% | 0.85% | - |
| XYZ | 20.11 | 15.26 | 67.53 | - |
| YUV | 105.6 | 190.87 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 217 | 0.63 | 0.55 | 0 | 0.15 | 232.55 | 0.64 | 0.58 |
| Hex | 50 | 61 | D9 | 3F | 37 | 0 | F | E9 | 40 | 3A |
| Octal | 120 | 141 | 331 | 77 | 67 | 0 | 17 | 351 | 100 | 72 |
| Binary | 1010000 | 1100001 | 11011001 | 111111 | 110111 | 0 | 1111 | 11101001 | 1000000 | 111010 |
Color Harmonies of #5061D9
Complementary color
Monochromatic Colors of #5061D9
Black with #5061D9
Text Example
Text Example
White with #5061D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5061D9; }
p { color: rgb(80,97,217); }
H1.HeaderClassName
{
color: #5061D9;
}
.AnyTagClassName
{
color: #5061D9;
}
</style>
background-color css
<style>
a { background-color: #5061D9; }
a { background-color: rgb(80,97,217); }
div.DivClassName
{
background-color: #5061D9;
}
.BgClassName
{
background-color: #5061D9;
}
</style>
border-color css
<style>
span { border-color: #5061D9; }
span { border-color: rgb(80,97,217); }
td.TdClassName
{
border-color: #5061D9;
}
.TagClassName
{
border-color: #5061D9;
}
</style>