Shades of Royal Blue #5175E8
Tints of Royal Blue #5175E8
RGB
CMYK
RGB Variations
Color information
#5175E8 (or 0x5175E8) is known color: Royal Blue. HEX triplet: 51, 75 and E8. RGB value is (81,117,232). Sum of RGB (Red+Green+Blue) = 81+117+232=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #5175E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5175E8 is #AE8A17. Grayscale: #767676. Windows color (decimal): -11438616 or 15234385. OLE color: 15234385.
HSL color Cylindrical-coordinate representation of color #5175E8: hue angle of 225.7º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5175E8 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 117 | 232 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.09 |
| HSL | 225.7º | 0.77% | 0.61% | - |
| HSV(B) | 225.7º | 0.65% | 0.91% | - |
| XYZ | 24.32 | 20.3 | 78.98 | - |
| YUV | 119.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 232 | 0.65 | 0.50 | 0 | 0.09 | 225.7 | 0.77 | 0.61 |
| Hex | 51 | 75 | E8 | 41 | 32 | 0 | 9 | E2 | 4D | 3D |
| Octal | 121 | 165 | 350 | 101 | 62 | 0 | 11 | 342 | 115 | 75 |
| Binary | 1010001 | 1110101 | 11101000 | 1000001 | 110010 | 0 | 1001 | 11100010 | 1001101 | 111101 |
Color Harmonies of #5175E8
Complementary color
Monochromatic Colors of #5175E8
Black with #5175E8
Text Example
Text Example
White with #5175E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5175E8; }
p { color: rgb(81,117,232); }
H1.HeaderClassName
{
color: #5175E8;
}
.AnyTagClassName
{
color: #5175E8;
}
</style>
background-color css
<style>
a { background-color: #5175E8; }
a { background-color: rgb(81,117,232); }
div.DivClassName
{
background-color: #5175E8;
}
.BgClassName
{
background-color: #5175E8;
}
</style>
border-color css
<style>
span { border-color: #5175E8; }
span { border-color: rgb(81,117,232); }
td.TdClassName
{
border-color: #5175E8;
}
.TagClassName
{
border-color: #5175E8;
}
</style>