Shades of Royal Blue #517EE0
Tints of Royal Blue #517EE0
RGB
CMYK
RGB Variations
Color information
#517EE0 (or 0x517EE0) is known color: Royal Blue. HEX triplet: 51, 7E and E0. RGB value is (81,126,224). Sum of RGB (Red+Green+Blue) = 81+126+224=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #517EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517EE0 is #AE811F. Grayscale: #7B7B7B. Windows color (decimal): -11436320 or 14712401. OLE color: 14712401.
HSL color Cylindrical-coordinate representation of color #517EE0: hue angle of 221.12º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517EE0 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 126 | 224 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.12 |
| HSL | 221.12º | 0.7% | 0.6% | - |
| HSV(B) | 221.12º | 0.64% | 0.88% | - |
| XYZ | 24.31 | 22.05 | 73.5 | - |
| YUV | 123.72 | 184.59 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 224 | 0.64 | 0.44 | 0 | 0.12 | 221.12 | 0.7 | 0.6 |
| Hex | 51 | 7E | E0 | 40 | 2C | 0 | C | DD | 46 | 3C |
| Octal | 121 | 176 | 340 | 100 | 54 | 0 | 14 | 335 | 106 | 74 |
| Binary | 1010001 | 1111110 | 11100000 | 1000000 | 101100 | 0 | 1100 | 11011101 | 1000110 | 111100 |
Color Harmonies of #517EE0
Complementary color
Monochromatic Colors of #517EE0
Black with #517EE0
Text Example
Text Example
White with #517EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517EE0; }
p { color: rgb(81,126,224); }
H1.HeaderClassName
{
color: #517EE0;
}
.AnyTagClassName
{
color: #517EE0;
}
</style>
background-color css
<style>
a { background-color: #517EE0; }
a { background-color: rgb(81,126,224); }
div.DivClassName
{
background-color: #517EE0;
}
.BgClassName
{
background-color: #517EE0;
}
</style>
border-color css
<style>
span { border-color: #517EE0; }
span { border-color: rgb(81,126,224); }
td.TdClassName
{
border-color: #517EE0;
}
.TagClassName
{
border-color: #517EE0;
}
</style>