Shades of Royal Blue #517DED
Tints of Royal Blue #517DED
RGB
CMYK
RGB Variations
Color information
#517DED (or 0x517DED) is known color: Royal Blue. HEX triplet: 51, 7D and ED. RGB value is (81,125,237). Sum of RGB (Red+Green+Blue) = 81+125+237=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #517DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517DED is #AE8212. Grayscale: #7C7C7C. Windows color (decimal): -11436563 or 15564113. OLE color: 15564113.
HSL color Cylindrical-coordinate representation of color #517DED: hue angle of 223.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517DED is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 125 | 237 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.07 |
| HSL | 223.08º | 0.81% | 0.62% | - |
| HSV(B) | 223.08º | 0.66% | 0.93% | - |
| XYZ | 26.01 | 22.53 | 83.1 | - |
| YUV | 124.61 | 191.42 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 237 | 0.66 | 0.47 | 0 | 0.07 | 223.08 | 0.81 | 0.62 |
| Hex | 51 | 7D | ED | 42 | 2F | 0 | 7 | DF | 51 | 3E |
| Octal | 121 | 175 | 355 | 102 | 57 | 0 | 7 | 337 | 121 | 76 |
| Binary | 1010001 | 1111101 | 11101101 | 1000010 | 101111 | 0 | 111 | 11011111 | 1010001 | 111110 |
Color Harmonies of #517DED
Complementary color
Monochromatic Colors of #517DED
Black with #517DED
Text Example
Text Example
White with #517DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DED; }
p { color: rgb(81,125,237); }
H1.HeaderClassName
{
color: #517DED;
}
.AnyTagClassName
{
color: #517DED;
}
</style>
background-color css
<style>
a { background-color: #517DED; }
a { background-color: rgb(81,125,237); }
div.DivClassName
{
background-color: #517DED;
}
.BgClassName
{
background-color: #517DED;
}
</style>
border-color css
<style>
span { border-color: #517DED; }
span { border-color: rgb(81,125,237); }
td.TdClassName
{
border-color: #517DED;
}
.TagClassName
{
border-color: #517DED;
}
</style>