Shades of Royal Blue #517ADE
Tints of Royal Blue #517ADE
RGB
CMYK
RGB Variations
Color information
#517ADE (or 0x517ADE) is known color: Royal Blue. HEX triplet: 51, 7A and DE. RGB value is (81,122,222). Sum of RGB (Red+Green+Blue) = 81+122+222=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #517ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ADE is #AE8521. Grayscale: #787878. Windows color (decimal): -11437346 or 14580305. OLE color: 14580305.
HSL color Cylindrical-coordinate representation of color #517ADE: hue angle of 222.55º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517ADE is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 122 | 222 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.13 |
| HSL | 222.55º | 0.68% | 0.59% | - |
| HSV(B) | 222.55º | 0.64% | 0.87% | - |
| XYZ | 23.54 | 20.94 | 71.91 | - |
| YUV | 121.14 | 184.92 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 222 | 0.64 | 0.45 | 0 | 0.13 | 222.55 | 0.68 | 0.59 |
| Hex | 51 | 7A | DE | 40 | 2D | 0 | D | DF | 44 | 3B |
| Octal | 121 | 172 | 336 | 100 | 55 | 0 | 15 | 337 | 104 | 73 |
| Binary | 1010001 | 1111010 | 11011110 | 1000000 | 101101 | 0 | 1101 | 11011111 | 1000100 | 111011 |
Color Harmonies of #517ADE
Complementary color
Monochromatic Colors of #517ADE
Black with #517ADE
Text Example
Text Example
White with #517ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517ADE; }
p { color: rgb(81,122,222); }
H1.HeaderClassName
{
color: #517ADE;
}
.AnyTagClassName
{
color: #517ADE;
}
</style>
background-color css
<style>
a { background-color: #517ADE; }
a { background-color: rgb(81,122,222); }
div.DivClassName
{
background-color: #517ADE;
}
.BgClassName
{
background-color: #517ADE;
}
</style>
border-color css
<style>
span { border-color: #517ADE; }
span { border-color: rgb(81,122,222); }
td.TdClassName
{
border-color: #517ADE;
}
.TagClassName
{
border-color: #517ADE;
}
</style>