Shades of Royal Blue #5174FD
Tints of Royal Blue #5174FD
RGB
CMYK
RGB Variations
Color information
#5174FD (or 0x5174FD) is known color: Royal Blue. HEX triplet: 51, 74 and FD. RGB value is (81,116,253). Sum of RGB (Red+Green+Blue) = 81+116+253=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #5174FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5174FD is #AE8B02. Grayscale: #787878. Windows color (decimal): -11438851 or 16610385. OLE color: 16610385.
HSL color Cylindrical-coordinate representation of color #5174FD: hue angle of 227.79º 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 #5174FD is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 116 | 253 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.01 |
| HSL | 227.79º | 0.98% | 0.65% | - |
| HSV(B) | 227.79º | 0.68% | 0.99% | - |
| XYZ | 27.37 | 21.33 | 95.6 | - |
| YUV | 121.15 | 202.4 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 253 | 0.68 | 0.54 | 0 | 0.01 | 227.79 | 0.98 | 0.65 |
| Hex | 51 | 74 | FD | 44 | 36 | 0 | 1 | E4 | 62 | 41 |
| Octal | 121 | 164 | 375 | 104 | 66 | 0 | 1 | 344 | 142 | 101 |
| Binary | 1010001 | 1110100 | 11111101 | 1000100 | 110110 | 0 | 1 | 11100100 | 1100010 | 1000001 |
Color Harmonies of #5174FD
Complementary color
Monochromatic Colors of #5174FD
Black with #5174FD
Text Example
Text Example
White with #5174FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5174FD; }
p { color: rgb(81,116,253); }
H1.HeaderClassName
{
color: #5174FD;
}
.AnyTagClassName
{
color: #5174FD;
}
</style>
background-color css
<style>
a { background-color: #5174FD; }
a { background-color: rgb(81,116,253); }
div.DivClassName
{
background-color: #5174FD;
}
.BgClassName
{
background-color: #5174FD;
}
</style>
border-color css
<style>
span { border-color: #5174FD; }
span { border-color: rgb(81,116,253); }
td.TdClassName
{
border-color: #5174FD;
}
.TagClassName
{
border-color: #5174FD;
}
</style>