Shades of Royal Blue #517ADD
Tints of Royal Blue #517ADD
RGB
CMYK
RGB Variations
Color information
#517ADD (or 0x517ADD) is known color: Royal Blue. HEX triplet: 51, 7A and DD. RGB value is (81,122,221). Sum of RGB (Red+Green+Blue) = 81+122+221=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #517ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ADD is #AE8522. Grayscale: #787878. Windows color (decimal): -11437347 or 14514769. OLE color: 14514769.
HSL color Cylindrical-coordinate representation of color #517ADD: hue angle of 222.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #517ADD is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 122 | 221 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.13 |
| HSL | 222.43º | 0.67% | 0.59% | - |
| HSV(B) | 222.43º | 0.63% | 0.87% | - |
| XYZ | 23.4 | 20.89 | 71.21 | - |
| YUV | 121.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 221 | 0.63 | 0.45 | 0 | 0.13 | 222.43 | 0.67 | 0.59 |
| Hex | 51 | 7A | DD | 3F | 2D | 0 | D | DE | 43 | 3B |
| Octal | 121 | 172 | 335 | 77 | 55 | 0 | 15 | 336 | 103 | 73 |
| Binary | 1010001 | 1111010 | 11011101 | 111111 | 101101 | 0 | 1101 | 11011110 | 1000011 | 111011 |
Color Harmonies of #517ADD
Complementary color
Monochromatic Colors of #517ADD
Black with #517ADD
Text Example
Text Example
White with #517ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517ADD; }
p { color: rgb(81,122,221); }
H1.HeaderClassName
{
color: #517ADD;
}
.AnyTagClassName
{
color: #517ADD;
}
</style>
background-color css
<style>
a { background-color: #517ADD; }
a { background-color: rgb(81,122,221); }
div.DivClassName
{
background-color: #517ADD;
}
.BgClassName
{
background-color: #517ADD;
}
</style>
border-color css
<style>
span { border-color: #517ADD; }
span { border-color: rgb(81,122,221); }
td.TdClassName
{
border-color: #517ADD;
}
.TagClassName
{
border-color: #517ADD;
}
</style>