Shades of Royal Blue #517DDF
Tints of Royal Blue #517DDF
RGB
CMYK
RGB Variations
Color information
#517DDF (or 0x517DDF) is known color: Royal Blue. HEX triplet: 51, 7D and DF. RGB value is (81,125,223). Sum of RGB (Red+Green+Blue) = 81+125+223=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #517DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DDF is #AE8220. Grayscale: #7A7A7A. Windows color (decimal): -11436577 or 14646609. OLE color: 14646609.
HSL color Cylindrical-coordinate representation of color #517DDF: hue angle of 221.41º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517DDF is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 125 | 223 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.13 |
| HSL | 221.41º | 0.69% | 0.6% | - |
| HSV(B) | 221.41º | 0.64% | 0.87% | - |
| XYZ | 24.05 | 21.74 | 72.74 | - |
| YUV | 123.02 | 184.42 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 223 | 0.64 | 0.44 | 0 | 0.13 | 221.41 | 0.69 | 0.6 |
| Hex | 51 | 7D | DF | 40 | 2C | 0 | D | DD | 45 | 3C |
| Octal | 121 | 175 | 337 | 100 | 54 | 0 | 15 | 335 | 105 | 74 |
| Binary | 1010001 | 1111101 | 11011111 | 1000000 | 101100 | 0 | 1101 | 11011101 | 1000101 | 111100 |
Color Harmonies of #517DDF
Complementary color
Monochromatic Colors of #517DDF
Black with #517DDF
Text Example
Text Example
White with #517DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DDF; }
p { color: rgb(81,125,223); }
H1.HeaderClassName
{
color: #517DDF;
}
.AnyTagClassName
{
color: #517DDF;
}
</style>
background-color css
<style>
a { background-color: #517DDF; }
a { background-color: rgb(81,125,223); }
div.DivClassName
{
background-color: #517DDF;
}
.BgClassName
{
background-color: #517DDF;
}
</style>
border-color css
<style>
span { border-color: #517DDF; }
span { border-color: rgb(81,125,223); }
td.TdClassName
{
border-color: #517DDF;
}
.TagClassName
{
border-color: #517DDF;
}
</style>