Shades of Royal Blue #5174EC
Tints of Royal Blue #5174EC
RGB
CMYK
RGB Variations
Color information
#5174EC (or 0x5174EC) is known color: Royal Blue. HEX triplet: 51, 74 and EC. RGB value is (81,116,236). Sum of RGB (Red+Green+Blue) = 81+116+236=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #5174EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5174EC is #AE8B13. Grayscale: #767676. Windows color (decimal): -11438868 or 15496273. OLE color: 15496273.
HSL color Cylindrical-coordinate representation of color #5174EC: hue angle of 226.45º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5174EC is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 116 | 236 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.07 |
| HSL | 226.45º | 0.8% | 0.62% | - |
| HSV(B) | 226.45º | 0.66% | 0.93% | - |
| XYZ | 24.78 | 20.3 | 81.97 | - |
| YUV | 119.22 | 193.9 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 236 | 0.66 | 0.51 | 0 | 0.07 | 226.45 | 0.8 | 0.62 |
| Hex | 51 | 74 | EC | 42 | 33 | 0 | 7 | E2 | 50 | 3E |
| Octal | 121 | 164 | 354 | 102 | 63 | 0 | 7 | 342 | 120 | 76 |
| Binary | 1010001 | 1110100 | 11101100 | 1000010 | 110011 | 0 | 111 | 11100010 | 1010000 | 111110 |
Color Harmonies of #5174EC
Complementary color
Monochromatic Colors of #5174EC
Black with #5174EC
Text Example
Text Example
White with #5174EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5174EC; }
p { color: rgb(81,116,236); }
H1.HeaderClassName
{
color: #5174EC;
}
.AnyTagClassName
{
color: #5174EC;
}
</style>
background-color css
<style>
a { background-color: #5174EC; }
a { background-color: rgb(81,116,236); }
div.DivClassName
{
background-color: #5174EC;
}
.BgClassName
{
background-color: #5174EC;
}
</style>
border-color css
<style>
span { border-color: #5174EC; }
span { border-color: rgb(81,116,236); }
td.TdClassName
{
border-color: #5174EC;
}
.TagClassName
{
border-color: #5174EC;
}
</style>