Shades of Royal Blue #517AEC
Tints of Royal Blue #517AEC
RGB
CMYK
RGB Variations
Color information
#517AEC (or 0x517AEC) is known color: Royal Blue. HEX triplet: 51, 7A and EC. RGB value is (81,122,236). Sum of RGB (Red+Green+Blue) = 81+122+236=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #517AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517AEC is #AE8513. Grayscale: #7A7A7A. Windows color (decimal): -11437332 or 15497809. OLE color: 15497809.
HSL color Cylindrical-coordinate representation of color #517AEC: hue angle of 224.13º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517AEC is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 122 | 236 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.07 |
| HSL | 224.13º | 0.8% | 0.62% | - |
| HSV(B) | 224.13º | 0.66% | 0.93% | - |
| XYZ | 25.49 | 21.72 | 82.21 | - |
| YUV | 122.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 236 | 0.66 | 0.48 | 0 | 0.07 | 224.13 | 0.8 | 0.62 |
| Hex | 51 | 7A | EC | 42 | 30 | 0 | 7 | E0 | 50 | 3E |
| Octal | 121 | 172 | 354 | 102 | 60 | 0 | 7 | 340 | 120 | 76 |
| Binary | 1010001 | 1111010 | 11101100 | 1000010 | 110000 | 0 | 111 | 11100000 | 1010000 | 111110 |
Color Harmonies of #517AEC
Complementary color
Monochromatic Colors of #517AEC
Black with #517AEC
Text Example
Text Example
White with #517AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517AEC; }
p { color: rgb(81,122,236); }
H1.HeaderClassName
{
color: #517AEC;
}
.AnyTagClassName
{
color: #517AEC;
}
</style>
background-color css
<style>
a { background-color: #517AEC; }
a { background-color: rgb(81,122,236); }
div.DivClassName
{
background-color: #517AEC;
}
.BgClassName
{
background-color: #517AEC;
}
</style>
border-color css
<style>
span { border-color: #517AEC; }
span { border-color: rgb(81,122,236); }
td.TdClassName
{
border-color: #517AEC;
}
.TagClassName
{
border-color: #517AEC;
}
</style>