Shades of Royal Blue #517CEF
Tints of Royal Blue #517CEF
RGB
CMYK
RGB Variations
Color information
#517CEF (or 0x517CEF) is known color: Royal Blue. HEX triplet: 51, 7C and EF. RGB value is (81,124,239). Sum of RGB (Red+Green+Blue) = 81+124+239=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #517CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CEF is #AE8310. Grayscale: #7B7B7B. Windows color (decimal): -11436817 or 15694929. OLE color: 15694929.
HSL color Cylindrical-coordinate representation of color #517CEF: hue angle of 223.67º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517CEF is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 124 | 239 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.06 |
| HSL | 223.67º | 0.83% | 0.63% | - |
| HSV(B) | 223.67º | 0.66% | 0.94% | - |
| XYZ | 26.18 | 22.4 | 84.6 | - |
| YUV | 124.25 | 192.75 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 239 | 0.66 | 0.48 | 0 | 0.06 | 223.67 | 0.83 | 0.63 |
| Hex | 51 | 7C | EF | 42 | 30 | 0 | 6 | E0 | 53 | 3F |
| Octal | 121 | 174 | 357 | 102 | 60 | 0 | 6 | 340 | 123 | 77 |
| Binary | 1010001 | 1111100 | 11101111 | 1000010 | 110000 | 0 | 110 | 11100000 | 1010011 | 111111 |
Color Harmonies of #517CEF
Complementary color
Monochromatic Colors of #517CEF
Black with #517CEF
Text Example
Text Example
White with #517CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CEF; }
p { color: rgb(81,124,239); }
H1.HeaderClassName
{
color: #517CEF;
}
.AnyTagClassName
{
color: #517CEF;
}
</style>
background-color css
<style>
a { background-color: #517CEF; }
a { background-color: rgb(81,124,239); }
div.DivClassName
{
background-color: #517CEF;
}
.BgClassName
{
background-color: #517CEF;
}
</style>
border-color css
<style>
span { border-color: #517CEF; }
span { border-color: rgb(81,124,239); }
td.TdClassName
{
border-color: #517CEF;
}
.TagClassName
{
border-color: #517CEF;
}
</style>