Shades of Royal Blue #5171FE
Tints of Royal Blue #5171FE
RGB
CMYK
RGB Variations
Color information
#5171FE (or 0x5171FE) is known color: Royal Blue. HEX triplet: 51, 71 and FE. RGB value is (81,113,254). Sum of RGB (Red+Green+Blue) = 81+113+254=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #5171FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5171FE is #AE8E01. Grayscale: #767676. Windows color (decimal): -11439618 or 16675153. OLE color: 16675153.
HSL color Cylindrical-coordinate representation of color #5171FE: hue angle of 228.9º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5171FE is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 113 | 254 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.00 |
| HSL | 228.9º | 0.99% | 0.66% | - |
| HSV(B) | 228.9º | 0.68% | 1% | - |
| XYZ | 27.19 | 20.72 | 96.33 | - |
| YUV | 119.51 | 203.9 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 113 | 254 | 0.68 | 0.56 | 0 | 0.00 | 228.9 | 0.99 | 0.66 |
| Hex | 51 | 71 | FE | 44 | 38 | 0 | 0 | E5 | 63 | 42 |
| Octal | 121 | 161 | 376 | 104 | 70 | 0 | 0 | 345 | 143 | 102 |
| Binary | 1010001 | 1110001 | 11111110 | 1000100 | 111000 | 0 | 0 | 11100101 | 1100011 | 1000010 |
Color Harmonies of #5171FE
Complementary color
Monochromatic Colors of #5171FE
Black with #5171FE
Text Example
Text Example
White with #5171FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5171FE; }
p { color: rgb(81,113,254); }
H1.HeaderClassName
{
color: #5171FE;
}
.AnyTagClassName
{
color: #5171FE;
}
</style>
background-color css
<style>
a { background-color: #5171FE; }
a { background-color: rgb(81,113,254); }
div.DivClassName
{
background-color: #5171FE;
}
.BgClassName
{
background-color: #5171FE;
}
</style>
border-color css
<style>
span { border-color: #5171FE; }
span { border-color: rgb(81,113,254); }
td.TdClassName
{
border-color: #5171FE;
}
.TagClassName
{
border-color: #5171FE;
}
</style>