Shades of Royal Blue #5170F1
Tints of Royal Blue #5170F1
RGB
CMYK
RGB Variations
Color information
#5170F1 (or 0x5170F1) is known color: Royal Blue. HEX triplet: 51, 70 and F1. RGB value is (81,112,241). Sum of RGB (Red+Green+Blue) = 81+112+241=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #5170F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5170F1 is #AE8F0E. Grayscale: #747474. Windows color (decimal): -11439887 or 15822929. OLE color: 15822929.
HSL color Cylindrical-coordinate representation of color #5170F1: hue angle of 228.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5170F1 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 112 | 241 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.05 |
| HSL | 228.38º | 0.85% | 0.63% | - |
| HSV(B) | 228.38º | 0.66% | 0.95% | - |
| XYZ | 25.06 | 19.69 | 85.7 | - |
| YUV | 117.44 | 197.73 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 241 | 0.66 | 0.54 | 0 | 0.05 | 228.38 | 0.85 | 0.63 |
| Hex | 51 | 70 | F1 | 42 | 36 | 0 | 5 | E4 | 55 | 3F |
| Octal | 121 | 160 | 361 | 102 | 66 | 0 | 5 | 344 | 125 | 77 |
| Binary | 1010001 | 1110000 | 11110001 | 1000010 | 110110 | 0 | 101 | 11100100 | 1010101 | 111111 |
Color Harmonies of #5170F1
Complementary color
Monochromatic Colors of #5170F1
Black with #5170F1
Text Example
Text Example
White with #5170F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5170F1; }
p { color: rgb(81,112,241); }
H1.HeaderClassName
{
color: #5170F1;
}
.AnyTagClassName
{
color: #5170F1;
}
</style>
background-color css
<style>
a { background-color: #5170F1; }
a { background-color: rgb(81,112,241); }
div.DivClassName
{
background-color: #5170F1;
}
.BgClassName
{
background-color: #5170F1;
}
</style>
border-color css
<style>
span { border-color: #5170F1; }
span { border-color: rgb(81,112,241); }
td.TdClassName
{
border-color: #5170F1;
}
.TagClassName
{
border-color: #5170F1;
}
</style>