Shades of Royal Blue #5170FB
Tints of Royal Blue #5170FB
RGB
CMYK
RGB Variations
Color information
#5170FB (or 0x5170FB) is known color: Royal Blue. HEX triplet: 51, 70 and FB. RGB value is (81,112,251). Sum of RGB (Red+Green+Blue) = 81+112+251=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #5170FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5170FB is #AE8F04. Grayscale: #757575. Windows color (decimal): -11439877 or 16478289. OLE color: 16478289.
HSL color Cylindrical-coordinate representation of color #5170FB: hue angle of 229.06º degrees, saturation: 0.96, 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 #5170FB is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 112 | 251 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.02 |
| HSL | 229.06º | 0.96% | 0.65% | - |
| HSV(B) | 229.06º | 0.68% | 0.98% | - |
| XYZ | 26.6 | 20.3 | 93.78 | - |
| YUV | 118.58 | 202.73 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 251 | 0.68 | 0.55 | 0 | 0.02 | 229.06 | 0.96 | 0.65 |
| Hex | 51 | 70 | FB | 44 | 37 | 0 | 2 | E5 | 60 | 41 |
| Octal | 121 | 160 | 373 | 104 | 67 | 0 | 2 | 345 | 140 | 101 |
| Binary | 1010001 | 1110000 | 11111011 | 1000100 | 110111 | 0 | 10 | 11100101 | 1100000 | 1000001 |
Color Harmonies of #5170FB
Complementary color
Monochromatic Colors of #5170FB
Black with #5170FB
Text Example
Text Example
White with #5170FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5170FB; }
p { color: rgb(81,112,251); }
H1.HeaderClassName
{
color: #5170FB;
}
.AnyTagClassName
{
color: #5170FB;
}
</style>
background-color css
<style>
a { background-color: #5170FB; }
a { background-color: rgb(81,112,251); }
div.DivClassName
{
background-color: #5170FB;
}
.BgClassName
{
background-color: #5170FB;
}
</style>
border-color css
<style>
span { border-color: #5170FB; }
span { border-color: rgb(81,112,251); }
td.TdClassName
{
border-color: #5170FB;
}
.TagClassName
{
border-color: #5170FB;
}
</style>