Shades of Royal Blue #5175FE
Tints of Royal Blue #5175FE
RGB
CMYK
RGB Variations
Color information
#5175FE (or 0x5175FE) is known color: Royal Blue. HEX triplet: 51, 75 and FE. RGB value is (81,117,254). Sum of RGB (Red+Green+Blue) = 81+117+254=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #5175FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5175FE is #AE8A01. Grayscale: #797979. Windows color (decimal): -11438594 or 16676177. OLE color: 16676177.
HSL color Cylindrical-coordinate representation of color #5175FE: hue angle of 227.51º 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 #5175FE is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 117 | 254 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.00 |
| HSL | 227.51º | 0.99% | 0.66% | - |
| HSV(B) | 227.51º | 0.68% | 1% | - |
| XYZ | 27.64 | 21.63 | 96.48 | - |
| YUV | 121.85 | 202.57 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 254 | 0.68 | 0.54 | 0 | 0.00 | 227.51 | 0.99 | 0.66 |
| Hex | 51 | 75 | FE | 44 | 36 | 0 | 0 | E4 | 63 | 42 |
| Octal | 121 | 165 | 376 | 104 | 66 | 0 | 0 | 344 | 143 | 102 |
| Binary | 1010001 | 1110101 | 11111110 | 1000100 | 110110 | 0 | 0 | 11100100 | 1100011 | 1000010 |
Color Harmonies of #5175FE
Complementary color
Monochromatic Colors of #5175FE
Black with #5175FE
Text Example
Text Example
White with #5175FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5175FE; }
p { color: rgb(81,117,254); }
H1.HeaderClassName
{
color: #5175FE;
}
.AnyTagClassName
{
color: #5175FE;
}
</style>
background-color css
<style>
a { background-color: #5175FE; }
a { background-color: rgb(81,117,254); }
div.DivClassName
{
background-color: #5175FE;
}
.BgClassName
{
background-color: #5175FE;
}
</style>
border-color css
<style>
span { border-color: #5175FE; }
span { border-color: rgb(81,117,254); }
td.TdClassName
{
border-color: #5175FE;
}
.TagClassName
{
border-color: #5175FE;
}
</style>