Shades of Royal Blue #517DDC
Tints of Royal Blue #517DDC
RGB
CMYK
RGB Variations
Color information
#517DDC (or 0x517DDC) is known color: Royal Blue. HEX triplet: 51, 7D and DC. RGB value is (81,125,220). Sum of RGB (Red+Green+Blue) = 81+125+220=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #517DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DDC is #AE8223. Grayscale: #7A7A7A. Windows color (decimal): -11436580 or 14450001. OLE color: 14450001.
HSL color Cylindrical-coordinate representation of color #517DDC: hue angle of 221.01º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #517DDC is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 125 | 220 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.14 |
| HSL | 221.01º | 0.67% | 0.59% | - |
| HSV(B) | 221.01º | 0.63% | 0.86% | - |
| XYZ | 23.65 | 21.58 | 70.63 | - |
| YUV | 122.67 | 182.92 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 220 | 0.63 | 0.43 | 0 | 0.14 | 221.01 | 0.67 | 0.59 |
| Hex | 51 | 7D | DC | 3F | 2B | 0 | E | DD | 43 | 3B |
| Octal | 121 | 175 | 334 | 77 | 53 | 0 | 16 | 335 | 103 | 73 |
| Binary | 1010001 | 1111101 | 11011100 | 111111 | 101011 | 0 | 1110 | 11011101 | 1000011 | 111011 |
Color Harmonies of #517DDC
Complementary color
Monochromatic Colors of #517DDC
Black with #517DDC
Text Example
Text Example
White with #517DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DDC; }
p { color: rgb(81,125,220); }
H1.HeaderClassName
{
color: #517DDC;
}
.AnyTagClassName
{
color: #517DDC;
}
</style>
background-color css
<style>
a { background-color: #517DDC; }
a { background-color: rgb(81,125,220); }
div.DivClassName
{
background-color: #517DDC;
}
.BgClassName
{
background-color: #517DDC;
}
</style>
border-color css
<style>
span { border-color: #517DDC; }
span { border-color: rgb(81,125,220); }
td.TdClassName
{
border-color: #517DDC;
}
.TagClassName
{
border-color: #517DDC;
}
</style>