Shades of Royal Blue #517CE1
Tints of Royal Blue #517CE1
RGB
CMYK
RGB Variations
Color information
#517CE1 (or 0x517CE1) is known color: Royal Blue. HEX triplet: 51, 7C and E1. RGB value is (81,124,225). Sum of RGB (Red+Green+Blue) = 81+124+225=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #517CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CE1 is #AE831E. Grayscale: #7A7A7A. Windows color (decimal): -11436831 or 14777425. OLE color: 14777425.
HSL color Cylindrical-coordinate representation of color #517CE1: hue angle of 222.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #517CE1 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 124 | 225 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.12 |
| HSL | 222.08º | 0.71% | 0.6% | - |
| HSV(B) | 222.08º | 0.64% | 0.88% | - |
| XYZ | 24.19 | 21.6 | 74.13 | - |
| YUV | 122.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 225 | 0.64 | 0.45 | 0 | 0.12 | 222.08 | 0.71 | 0.6 |
| Hex | 51 | 7C | E1 | 40 | 2D | 0 | C | DE | 47 | 3C |
| Octal | 121 | 174 | 341 | 100 | 55 | 0 | 14 | 336 | 107 | 74 |
| Binary | 1010001 | 1111100 | 11100001 | 1000000 | 101101 | 0 | 1100 | 11011110 | 1000111 | 111100 |
Color Harmonies of #517CE1
Complementary color
Monochromatic Colors of #517CE1
Black with #517CE1
Text Example
Text Example
White with #517CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CE1; }
p { color: rgb(81,124,225); }
H1.HeaderClassName
{
color: #517CE1;
}
.AnyTagClassName
{
color: #517CE1;
}
</style>
background-color css
<style>
a { background-color: #517CE1; }
a { background-color: rgb(81,124,225); }
div.DivClassName
{
background-color: #517CE1;
}
.BgClassName
{
background-color: #517CE1;
}
</style>
border-color css
<style>
span { border-color: #517CE1; }
span { border-color: rgb(81,124,225); }
td.TdClassName
{
border-color: #517CE1;
}
.TagClassName
{
border-color: #517CE1;
}
</style>