Shades of Royal Blue #5170FF
Tints of Royal Blue #5170FF
RGB
CMYK
RGB Variations
Color information
#5170FF (or 0x5170FF) is known color: Royal Blue. HEX triplet: 51, 70 and FF. RGB value is (81,112,255). Sum of RGB (Red+Green+Blue) = 81+112+255=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #5170FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5170FF is #AE8F00. Grayscale: #767676. Windows color (decimal): -11439873 or 16740433. OLE color: 16740433.
HSL color Cylindrical-coordinate representation of color #5170FF: hue angle of 229.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5170FF is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 112 | 255 | - |
| CMYK | 0.68 | 0.56 | 0 | 0 |
| HSL | 229.31º | 1% | 0.66% | - |
| HSV(B) | 229.31º | 0.68% | 1% | - |
| XYZ | 27.24 | 20.56 | 97.14 | - |
| YUV | 119.03 | 204.73 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 255 | 0.68 | 0.56 | 0 | 0 | 229.31 | 1 | 0.66 |
| Hex | 51 | 70 | FF | 44 | 38 | 0 | 0 | E5 | 64 | 42 |
| Octal | 121 | 160 | 377 | 104 | 70 | 0 | 0 | 345 | 144 | 102 |
| Binary | 1010001 | 1110000 | 11111111 | 1000100 | 111000 | 0 | 0 | 11100101 | 1100100 | 1000010 |
Color Harmonies of #5170FF
Complementary color
Monochromatic Colors of #5170FF
Black with #5170FF
Text Example
Text Example
White with #5170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5170FF; }
p { color: rgb(81,112,255); }
H1.HeaderClassName
{
color: #5170FF;
}
.AnyTagClassName
{
color: #5170FF;
}
</style>
background-color css
<style>
a { background-color: #5170FF; }
a { background-color: rgb(81,112,255); }
div.DivClassName
{
background-color: #5170FF;
}
.BgClassName
{
background-color: #5170FF;
}
</style>
border-color css
<style>
span { border-color: #5170FF; }
span { border-color: rgb(81,112,255); }
td.TdClassName
{
border-color: #5170FF;
}
.TagClassName
{
border-color: #5170FF;
}
</style>