Shades of Royal Blue #5173EB
Tints of Royal Blue #5173EB
RGB
CMYK
RGB Variations
Color information
#5173EB (or 0x5173EB) is known color: Royal Blue. HEX triplet: 51, 73 and EB. RGB value is (81,115,235). Sum of RGB (Red+Green+Blue) = 81+115+235=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #5173EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5173EB is #AE8C14. Grayscale: #767676. Windows color (decimal): -11439125 or 15430481. OLE color: 15430481.
HSL color Cylindrical-coordinate representation of color #5173EB: hue angle of 226.75º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5173EB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 115 | 235 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.08 |
| HSL | 226.75º | 0.79% | 0.62% | - |
| HSV(B) | 226.75º | 0.66% | 0.92% | - |
| XYZ | 24.52 | 20.01 | 81.17 | - |
| YUV | 118.51 | 193.74 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 115 | 235 | 0.66 | 0.51 | 0 | 0.08 | 226.75 | 0.79 | 0.62 |
| Hex | 51 | 73 | EB | 42 | 33 | 0 | 8 | E3 | 4F | 3E |
| Octal | 121 | 163 | 353 | 102 | 63 | 0 | 10 | 343 | 117 | 76 |
| Binary | 1010001 | 1110011 | 11101011 | 1000010 | 110011 | 0 | 1000 | 11100011 | 1001111 | 111110 |
Color Harmonies of #5173EB
Complementary color
Monochromatic Colors of #5173EB
Black with #5173EB
Text Example
Text Example
White with #5173EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5173EB; }
p { color: rgb(81,115,235); }
H1.HeaderClassName
{
color: #5173EB;
}
.AnyTagClassName
{
color: #5173EB;
}
</style>
background-color css
<style>
a { background-color: #5173EB; }
a { background-color: rgb(81,115,235); }
div.DivClassName
{
background-color: #5173EB;
}
.BgClassName
{
background-color: #5173EB;
}
</style>
border-color css
<style>
span { border-color: #5173EB; }
span { border-color: rgb(81,115,235); }
td.TdClassName
{
border-color: #5173EB;
}
.TagClassName
{
border-color: #5173EB;
}
</style>