Shades of Royal Blue #517DDD
Tints of Royal Blue #517DDD
RGB
CMYK
RGB Variations
Color information
#517DDD (or 0x517DDD) is known color: Royal Blue. HEX triplet: 51, 7D and DD. RGB value is (81,125,221). Sum of RGB (Red+Green+Blue) = 81+125+221=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #517DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DDD is #AE8222. Grayscale: #7A7A7A. Windows color (decimal): -11436579 or 14515537. OLE color: 14515537.
HSL color Cylindrical-coordinate representation of color #517DDD: hue angle of 221.14º 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 #517DDD is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 125 | 221 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.13 |
| HSL | 221.14º | 0.67% | 0.59% | - |
| HSV(B) | 221.14º | 0.63% | 0.87% | - |
| XYZ | 23.78 | 21.64 | 71.33 | - |
| YUV | 122.79 | 183.42 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 221 | 0.63 | 0.43 | 0 | 0.13 | 221.14 | 0.67 | 0.59 |
| Hex | 51 | 7D | DD | 3F | 2B | 0 | D | DD | 43 | 3B |
| Octal | 121 | 175 | 335 | 77 | 53 | 0 | 15 | 335 | 103 | 73 |
| Binary | 1010001 | 1111101 | 11011101 | 111111 | 101011 | 0 | 1101 | 11011101 | 1000011 | 111011 |
Color Harmonies of #517DDD
Complementary color
Monochromatic Colors of #517DDD
Black with #517DDD
Text Example
Text Example
White with #517DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DDD; }
p { color: rgb(81,125,221); }
H1.HeaderClassName
{
color: #517DDD;
}
.AnyTagClassName
{
color: #517DDD;
}
</style>
background-color css
<style>
a { background-color: #517DDD; }
a { background-color: rgb(81,125,221); }
div.DivClassName
{
background-color: #517DDD;
}
.BgClassName
{
background-color: #517DDD;
}
</style>
border-color css
<style>
span { border-color: #517DDD; }
span { border-color: rgb(81,125,221); }
td.TdClassName
{
border-color: #517DDD;
}
.TagClassName
{
border-color: #517DDD;
}
</style>