Shades of Royal Blue #517CDC
Tints of Royal Blue #517CDC
RGB
CMYK
RGB Variations
Color information
#517CDC (or 0x517CDC) is known color: Royal Blue. HEX triplet: 51, 7C and DC. RGB value is (81,124,220). Sum of RGB (Red+Green+Blue) = 81+124+220=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #517CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CDC is #AE8323. Grayscale: #797979. Windows color (decimal): -11436836 or 14449745. OLE color: 14449745.
HSL color Cylindrical-coordinate representation of color #517CDC: hue angle of 221.44º 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 #517CDC is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 124 | 220 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.14 |
| HSL | 221.44º | 0.67% | 0.59% | - |
| HSV(B) | 221.44º | 0.63% | 0.86% | - |
| XYZ | 23.52 | 21.33 | 70.59 | - |
| YUV | 122.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 220 | 0.63 | 0.44 | 0 | 0.14 | 221.44 | 0.67 | 0.59 |
| Hex | 51 | 7C | DC | 3F | 2C | 0 | E | DD | 43 | 3B |
| Octal | 121 | 174 | 334 | 77 | 54 | 0 | 16 | 335 | 103 | 73 |
| Binary | 1010001 | 1111100 | 11011100 | 111111 | 101100 | 0 | 1110 | 11011101 | 1000011 | 111011 |
Color Harmonies of #517CDC
Complementary color
Monochromatic Colors of #517CDC
Black with #517CDC
Text Example
Text Example
White with #517CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CDC; }
p { color: rgb(81,124,220); }
H1.HeaderClassName
{
color: #517CDC;
}
.AnyTagClassName
{
color: #517CDC;
}
</style>
background-color css
<style>
a { background-color: #517CDC; }
a { background-color: rgb(81,124,220); }
div.DivClassName
{
background-color: #517CDC;
}
.BgClassName
{
background-color: #517CDC;
}
</style>
border-color css
<style>
span { border-color: #517CDC; }
span { border-color: rgb(81,124,220); }
td.TdClassName
{
border-color: #517CDC;
}
.TagClassName
{
border-color: #517CDC;
}
</style>