Shades of Royal Blue #517AE8
Tints of Royal Blue #517AE8
RGB
CMYK
RGB Variations
Color information
#517AE8 (or 0x517AE8) is known color: Royal Blue. HEX triplet: 51, 7A and E8. RGB value is (81,122,232). Sum of RGB (Red+Green+Blue) = 81+122+232=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #517AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517AE8 is #AE8517. Grayscale: #797979. Windows color (decimal): -11437336 or 15235665. OLE color: 15235665.
HSL color Cylindrical-coordinate representation of color #517AE8: hue angle of 223.71º 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 #517AE8 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 122 | 232 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.09 |
| HSL | 223.71º | 0.77% | 0.61% | - |
| HSV(B) | 223.71º | 0.65% | 0.91% | - |
| XYZ | 24.92 | 21.49 | 79.18 | - |
| YUV | 122.28 | 189.92 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 232 | 0.65 | 0.47 | 0 | 0.09 | 223.71 | 0.77 | 0.61 |
| Hex | 51 | 7A | E8 | 41 | 2F | 0 | 9 | E0 | 4D | 3D |
| Octal | 121 | 172 | 350 | 101 | 57 | 0 | 11 | 340 | 115 | 75 |
| Binary | 1010001 | 1111010 | 11101000 | 1000001 | 101111 | 0 | 1001 | 11100000 | 1001101 | 111101 |
Color Harmonies of #517AE8
Complementary color
Monochromatic Colors of #517AE8
Black with #517AE8
Text Example
Text Example
White with #517AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517AE8; }
p { color: rgb(81,122,232); }
H1.HeaderClassName
{
color: #517AE8;
}
.AnyTagClassName
{
color: #517AE8;
}
</style>
background-color css
<style>
a { background-color: #517AE8; }
a { background-color: rgb(81,122,232); }
div.DivClassName
{
background-color: #517AE8;
}
.BgClassName
{
background-color: #517AE8;
}
</style>
border-color css
<style>
span { border-color: #517AE8; }
span { border-color: rgb(81,122,232); }
td.TdClassName
{
border-color: #517AE8;
}
.TagClassName
{
border-color: #517AE8;
}
</style>