Shades of Royal Blue #5173FD
Tints of Royal Blue #5173FD
RGB
CMYK
RGB Variations
Color information
#5173FD (or 0x5173FD) is known color: Royal Blue. HEX triplet: 51, 73 and FD. RGB value is (81,115,253). Sum of RGB (Red+Green+Blue) = 81+115+253=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #5173FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5173FD is #AE8C02. Grayscale: #777777. Windows color (decimal): -11439107 or 16610129. OLE color: 16610129.
HSL color Cylindrical-coordinate representation of color #5173FD: hue angle of 228.14º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5173FD is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 115 | 253 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.01 |
| HSL | 228.14º | 0.98% | 0.65% | - |
| HSV(B) | 228.14º | 0.68% | 0.99% | - |
| XYZ | 27.25 | 21.1 | 95.57 | - |
| YUV | 120.57 | 202.74 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 115 | 253 | 0.68 | 0.55 | 0 | 0.01 | 228.14 | 0.98 | 0.65 |
| Hex | 51 | 73 | FD | 44 | 37 | 0 | 1 | E4 | 62 | 41 |
| Octal | 121 | 163 | 375 | 104 | 67 | 0 | 1 | 344 | 142 | 101 |
| Binary | 1010001 | 1110011 | 11111101 | 1000100 | 110111 | 0 | 1 | 11100100 | 1100010 | 1000001 |
Color Harmonies of #5173FD
Complementary color
Monochromatic Colors of #5173FD
Black with #5173FD
Text Example
Text Example
White with #5173FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5173FD; }
p { color: rgb(81,115,253); }
H1.HeaderClassName
{
color: #5173FD;
}
.AnyTagClassName
{
color: #5173FD;
}
</style>
background-color css
<style>
a { background-color: #5173FD; }
a { background-color: rgb(81,115,253); }
div.DivClassName
{
background-color: #5173FD;
}
.BgClassName
{
background-color: #5173FD;
}
</style>
border-color css
<style>
span { border-color: #5173FD; }
span { border-color: rgb(81,115,253); }
td.TdClassName
{
border-color: #5173FD;
}
.TagClassName
{
border-color: #5173FD;
}
</style>