Shades of Royal Blue #517CE8
Tints of Royal Blue #517CE8
RGB
CMYK
RGB Variations
Color information
#517CE8 (or 0x517CE8) is known color: Royal Blue. HEX triplet: 51, 7C and E8. RGB value is (81,124,232). Sum of RGB (Red+Green+Blue) = 81+124+232=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 232 (91.02% from 255 or 53.09% from 437); Max value from RGB is 232 - color contains mainly: blue. Hex color #517CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CE8 is #AE8317. Grayscale: #7A7A7A. Windows color (decimal): -11436824 or 15236177. OLE color: 15236177.
HSL color Cylindrical-coordinate representation of color #517CE8: hue angle of 222.91º 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 #517CE8 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 124 | 232 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.09 |
| HSL | 222.91º | 0.77% | 0.61% | - |
| HSV(B) | 222.91º | 0.65% | 0.91% | - |
| XYZ | 25.17 | 21.99 | 79.26 | - |
| YUV | 123.46 | 189.25 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 232 | 0.65 | 0.47 | 0 | 0.09 | 222.91 | 0.77 | 0.61 |
| Hex | 51 | 7C | E8 | 41 | 2F | 0 | 9 | DF | 4D | 3D |
| Octal | 121 | 174 | 350 | 101 | 57 | 0 | 11 | 337 | 115 | 75 |
| Binary | 1010001 | 1111100 | 11101000 | 1000001 | 101111 | 0 | 1001 | 11011111 | 1001101 | 111101 |
Color Harmonies of #517CE8
Complementary color
Monochromatic Colors of #517CE8
Black with #517CE8
Text Example
Text Example
White with #517CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CE8; }
p { color: rgb(81,124,232); }
H1.HeaderClassName
{
color: #517CE8;
}
.AnyTagClassName
{
color: #517CE8;
}
</style>
background-color css
<style>
a { background-color: #517CE8; }
a { background-color: rgb(81,124,232); }
div.DivClassName
{
background-color: #517CE8;
}
.BgClassName
{
background-color: #517CE8;
}
</style>
border-color css
<style>
span { border-color: #517CE8; }
span { border-color: rgb(81,124,232); }
td.TdClassName
{
border-color: #517CE8;
}
.TagClassName
{
border-color: #517CE8;
}
</style>