Shades of Royal Blue #5170EE
Tints of Royal Blue #5170EE
RGB
CMYK
RGB Variations
Color information
#5170EE (or 0x5170EE) is known color: Royal Blue. HEX triplet: 51, 70 and EE. RGB value is (81,112,238). Sum of RGB (Red+Green+Blue) = 81+112+238=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #5170EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5170EE is #AE8F11. Grayscale: #747474. Windows color (decimal): -11439890 or 15626321. OLE color: 15626321.
HSL color Cylindrical-coordinate representation of color #5170EE: hue angle of 228.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5170EE is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 112 | 238 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.07 |
| HSL | 228.15º | 0.82% | 0.63% | - |
| HSV(B) | 228.15º | 0.66% | 0.93% | - |
| XYZ | 24.62 | 19.51 | 83.36 | - |
| YUV | 117.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 238 | 0.66 | 0.53 | 0 | 0.07 | 228.15 | 0.82 | 0.63 |
| Hex | 51 | 70 | EE | 42 | 35 | 0 | 7 | E4 | 52 | 3F |
| Octal | 121 | 160 | 356 | 102 | 65 | 0 | 7 | 344 | 122 | 77 |
| Binary | 1010001 | 1110000 | 11101110 | 1000010 | 110101 | 0 | 111 | 11100100 | 1010010 | 111111 |
Color Harmonies of #5170EE
Complementary color
Monochromatic Colors of #5170EE
Black with #5170EE
Text Example
Text Example
White with #5170EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5170EE; }
p { color: rgb(81,112,238); }
H1.HeaderClassName
{
color: #5170EE;
}
.AnyTagClassName
{
color: #5170EE;
}
</style>
background-color css
<style>
a { background-color: #5170EE; }
a { background-color: rgb(81,112,238); }
div.DivClassName
{
background-color: #5170EE;
}
.BgClassName
{
background-color: #5170EE;
}
</style>
border-color css
<style>
span { border-color: #5170EE; }
span { border-color: rgb(81,112,238); }
td.TdClassName
{
border-color: #5170EE;
}
.TagClassName
{
border-color: #5170EE;
}
</style>