Shades of Royal Blue #5173FF
Tints of Royal Blue #5173FF
RGB
CMYK
RGB Variations
Color information
#5173FF (or 0x5173FF) is known color: Royal Blue. HEX triplet: 51, 73 and FF. RGB value is (81,115,255). Sum of RGB (Red+Green+Blue) = 81+115+255=451 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.96% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #5173FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5173FF is #AE8C00. Grayscale: #787878. Windows color (decimal): -11439105 or 16741201. OLE color: 16741201.
HSL color Cylindrical-coordinate representation of color #5173FF: hue angle of 228.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5173FF is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 115 | 255 | - |
| CMYK | 0.68 | 0.55 | 0 | 0 |
| HSL | 228.28º | 1% | 0.66% | - |
| HSV(B) | 228.28º | 0.68% | 1% | - |
| XYZ | 27.57 | 21.23 | 97.25 | - |
| YUV | 120.79 | 203.74 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 115 | 255 | 0.68 | 0.55 | 0 | 0 | 228.28 | 1 | 0.66 |
| Hex | 51 | 73 | FF | 44 | 37 | 0 | 0 | E4 | 64 | 42 |
| Octal | 121 | 163 | 377 | 104 | 67 | 0 | 0 | 344 | 144 | 102 |
| Binary | 1010001 | 1110011 | 11111111 | 1000100 | 110111 | 0 | 0 | 11100100 | 1100100 | 1000010 |
Color Harmonies of #5173FF
Complementary color
Monochromatic Colors of #5173FF
Black with #5173FF
Text Example
Text Example
White with #5173FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5173FF; }
p { color: rgb(81,115,255); }
H1.HeaderClassName
{
color: #5173FF;
}
.AnyTagClassName
{
color: #5173FF;
}
</style>
background-color css
<style>
a { background-color: #5173FF; }
a { background-color: rgb(81,115,255); }
div.DivClassName
{
background-color: #5173FF;
}
.BgClassName
{
background-color: #5173FF;
}
</style>
border-color css
<style>
span { border-color: #5173FF; }
span { border-color: rgb(81,115,255); }
td.TdClassName
{
border-color: #5173FF;
}
.TagClassName
{
border-color: #5173FF;
}
</style>