Shades of Royal Blue #517DDE
Tints of Royal Blue #517DDE
RGB
CMYK
RGB Variations
Color information
#517DDE (or 0x517DDE) is known color: Royal Blue. HEX triplet: 51, 7D and DE. RGB value is (81,125,222). Sum of RGB (Red+Green+Blue) = 81+125+222=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #517DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DDE is #AE8221. Grayscale: #7A7A7A. Windows color (decimal): -11436578 or 14581073. OLE color: 14581073.
HSL color Cylindrical-coordinate representation of color #517DDE: hue angle of 221.28º 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 #517DDE is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 125 | 222 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.13 |
| HSL | 221.28º | 0.68% | 0.59% | - |
| HSV(B) | 221.28º | 0.64% | 0.87% | - |
| XYZ | 23.91 | 21.69 | 72.03 | - |
| YUV | 122.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 222 | 0.64 | 0.44 | 0 | 0.13 | 221.28 | 0.68 | 0.59 |
| Hex | 51 | 7D | DE | 40 | 2C | 0 | D | DD | 44 | 3B |
| Octal | 121 | 175 | 336 | 100 | 54 | 0 | 15 | 335 | 104 | 73 |
| Binary | 1010001 | 1111101 | 11011110 | 1000000 | 101100 | 0 | 1101 | 11011101 | 1000100 | 111011 |
Color Harmonies of #517DDE
Complementary color
Monochromatic Colors of #517DDE
Black with #517DDE
Text Example
Text Example
White with #517DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DDE; }
p { color: rgb(81,125,222); }
H1.HeaderClassName
{
color: #517DDE;
}
.AnyTagClassName
{
color: #517DDE;
}
</style>
background-color css
<style>
a { background-color: #517DDE; }
a { background-color: rgb(81,125,222); }
div.DivClassName
{
background-color: #517DDE;
}
.BgClassName
{
background-color: #517DDE;
}
</style>
border-color css
<style>
span { border-color: #517DDE; }
span { border-color: rgb(81,125,222); }
td.TdClassName
{
border-color: #517DDE;
}
.TagClassName
{
border-color: #517DDE;
}
</style>