Shades of Royal Blue #5176FE
Tints of Royal Blue #5176FE
RGB
CMYK
RGB Variations
Color information
#5176FE (or 0x5176FE) is known color: Royal Blue. HEX triplet: 51, 76 and FE. RGB value is (81,118,254). Sum of RGB (Red+Green+Blue) = 81+118+254=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #5176FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5176FE is #AE8901. Grayscale: #797979. Windows color (decimal): -11438338 or 16676433. OLE color: 16676433.
HSL color Cylindrical-coordinate representation of color #5176FE: hue angle of 227.17º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5176FE is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 118 | 254 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.00 |
| HSL | 227.17º | 0.99% | 0.66% | - |
| HSV(B) | 227.17º | 0.68% | 1% | - |
| XYZ | 27.76 | 21.86 | 96.52 | - |
| YUV | 122.44 | 202.24 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 254 | 0.68 | 0.54 | 0 | 0.00 | 227.17 | 0.99 | 0.66 |
| Hex | 51 | 76 | FE | 44 | 36 | 0 | 0 | E3 | 63 | 42 |
| Octal | 121 | 166 | 376 | 104 | 66 | 0 | 0 | 343 | 143 | 102 |
| Binary | 1010001 | 1110110 | 11111110 | 1000100 | 110110 | 0 | 0 | 11100011 | 1100011 | 1000010 |
Color Harmonies of #5176FE
Complementary color
Monochromatic Colors of #5176FE
Black with #5176FE
Text Example
Text Example
White with #5176FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5176FE; }
p { color: rgb(81,118,254); }
H1.HeaderClassName
{
color: #5176FE;
}
.AnyTagClassName
{
color: #5176FE;
}
</style>
background-color css
<style>
a { background-color: #5176FE; }
a { background-color: rgb(81,118,254); }
div.DivClassName
{
background-color: #5176FE;
}
.BgClassName
{
background-color: #5176FE;
}
</style>
border-color css
<style>
span { border-color: #5176FE; }
span { border-color: rgb(81,118,254); }
td.TdClassName
{
border-color: #5176FE;
}
.TagClassName
{
border-color: #5176FE;
}
</style>