Shades of Royal Blue #517DE5
Tints of Royal Blue #517DE5
RGB
CMYK
RGB Variations
Color information
#517DE5 (or 0x517DE5) is known color: Royal Blue. HEX triplet: 51, 7D and E5. RGB value is (81,125,229). Sum of RGB (Red+Green+Blue) = 81+125+229=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #517DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DE5 is #AE821A. Grayscale: #7B7B7B. Windows color (decimal): -11436571 or 15039825. OLE color: 15039825.
HSL color Cylindrical-coordinate representation of color #517DE5: hue angle of 222.16º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #517DE5 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 125 | 229 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.10 |
| HSL | 222.16º | 0.74% | 0.61% | - |
| HSV(B) | 222.16º | 0.65% | 0.9% | - |
| XYZ | 24.87 | 22.07 | 77.08 | - |
| YUV | 123.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 229 | 0.65 | 0.45 | 0 | 0.10 | 222.16 | 0.74 | 0.61 |
| Hex | 51 | 7D | E5 | 41 | 2D | 0 | A | DE | 4A | 3D |
| Octal | 121 | 175 | 345 | 101 | 55 | 0 | 12 | 336 | 112 | 75 |
| Binary | 1010001 | 1111101 | 11100101 | 1000001 | 101101 | 0 | 1010 | 11011110 | 1001010 | 111101 |
Color Harmonies of #517DE5
Complementary color
Monochromatic Colors of #517DE5
Black with #517DE5
Text Example
Text Example
White with #517DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DE5; }
p { color: rgb(81,125,229); }
H1.HeaderClassName
{
color: #517DE5;
}
.AnyTagClassName
{
color: #517DE5;
}
</style>
background-color css
<style>
a { background-color: #517DE5; }
a { background-color: rgb(81,125,229); }
div.DivClassName
{
background-color: #517DE5;
}
.BgClassName
{
background-color: #517DE5;
}
</style>
border-color css
<style>
span { border-color: #517DE5; }
span { border-color: rgb(81,125,229); }
td.TdClassName
{
border-color: #517DE5;
}
.TagClassName
{
border-color: #517DE5;
}
</style>