Shades of Royal Blue #5175FA
Tints of Royal Blue #5175FA
RGB
CMYK
RGB Variations
Color information
#5175FA (or 0x5175FA) is known color: Royal Blue. HEX triplet: 51, 75 and FA. RGB value is (81,117,250). Sum of RGB (Red+Green+Blue) = 81+117+250=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #5175FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5175FA is #AE8A05. Grayscale: #787878. Windows color (decimal): -11438598 or 16414033. OLE color: 16414033.
HSL color Cylindrical-coordinate representation of color #5175FA: hue angle of 227.22º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5175FA is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 117 | 250 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.02 |
| HSL | 227.22º | 0.94% | 0.65% | - |
| HSV(B) | 227.22º | 0.68% | 0.98% | - |
| XYZ | 27.01 | 21.37 | 93.14 | - |
| YUV | 121.4 | 200.57 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 250 | 0.68 | 0.53 | 0 | 0.02 | 227.22 | 0.94 | 0.65 |
| Hex | 51 | 75 | FA | 44 | 35 | 0 | 2 | E3 | 5E | 41 |
| Octal | 121 | 165 | 372 | 104 | 65 | 0 | 2 | 343 | 136 | 101 |
| Binary | 1010001 | 1110101 | 11111010 | 1000100 | 110101 | 0 | 10 | 11100011 | 1011110 | 1000001 |
Color Harmonies of #5175FA
Complementary color
Monochromatic Colors of #5175FA
Black with #5175FA
Text Example
Text Example
White with #5175FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5175FA; }
p { color: rgb(81,117,250); }
H1.HeaderClassName
{
color: #5175FA;
}
.AnyTagClassName
{
color: #5175FA;
}
</style>
background-color css
<style>
a { background-color: #5175FA; }
a { background-color: rgb(81,117,250); }
div.DivClassName
{
background-color: #5175FA;
}
.BgClassName
{
background-color: #5175FA;
}
</style>
border-color css
<style>
span { border-color: #5175FA; }
span { border-color: rgb(81,117,250); }
td.TdClassName
{
border-color: #5175FA;
}
.TagClassName
{
border-color: #5175FA;
}
</style>