Shades of Royal Blue #517BEC
Tints of Royal Blue #517BEC
RGB
CMYK
RGB Variations
Color information
#517BEC (or 0x517BEC) is known color: Royal Blue. HEX triplet: 51, 7B and EC. RGB value is (81,123,236). Sum of RGB (Red+Green+Blue) = 81+123+236=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #517BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BEC is #AE8413. Grayscale: #7A7A7A. Windows color (decimal): -11437076 or 15498065. OLE color: 15498065.
HSL color Cylindrical-coordinate representation of color #517BEC: hue angle of 223.74º 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 #517BEC is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 123 | 236 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.07 |
| HSL | 223.74º | 0.8% | 0.62% | - |
| HSV(B) | 223.74º | 0.66% | 0.93% | - |
| XYZ | 25.62 | 21.97 | 82.25 | - |
| YUV | 123.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 236 | 0.66 | 0.48 | 0 | 0.07 | 223.74 | 0.8 | 0.62 |
| Hex | 51 | 7B | EC | 42 | 30 | 0 | 7 | E0 | 50 | 3E |
| Octal | 121 | 173 | 354 | 102 | 60 | 0 | 7 | 340 | 120 | 76 |
| Binary | 1010001 | 1111011 | 11101100 | 1000010 | 110000 | 0 | 111 | 11100000 | 1010000 | 111110 |
Color Harmonies of #517BEC
Complementary color
Monochromatic Colors of #517BEC
Black with #517BEC
Text Example
Text Example
White with #517BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517BEC; }
p { color: rgb(81,123,236); }
H1.HeaderClassName
{
color: #517BEC;
}
.AnyTagClassName
{
color: #517BEC;
}
</style>
background-color css
<style>
a { background-color: #517BEC; }
a { background-color: rgb(81,123,236); }
div.DivClassName
{
background-color: #517BEC;
}
.BgClassName
{
background-color: #517BEC;
}
</style>
border-color css
<style>
span { border-color: #517BEC; }
span { border-color: rgb(81,123,236); }
td.TdClassName
{
border-color: #517BEC;
}
.TagClassName
{
border-color: #517BEC;
}
</style>