Shades of Royal Blue #517CED
Tints of Royal Blue #517CED
RGB
CMYK
RGB Variations
Color information
#517CED (or 0x517CED) is known color: Royal Blue. HEX triplet: 51, 7C and ED. RGB value is (81,124,237). Sum of RGB (Red+Green+Blue) = 81+124+237=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #517CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CED is #AE8312. Grayscale: #7B7B7B. Windows color (decimal): -11436819 or 15563857. OLE color: 15563857.
HSL color Cylindrical-coordinate representation of color #517CED: hue angle of 223.46º degrees, saturation: 0.81, 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 #517CED is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 124 | 237 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.07 |
| HSL | 223.46º | 0.81% | 0.62% | - |
| HSV(B) | 223.46º | 0.66% | 0.93% | - |
| XYZ | 25.89 | 22.28 | 83.06 | - |
| YUV | 124.03 | 191.75 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 237 | 0.66 | 0.48 | 0 | 0.07 | 223.46 | 0.81 | 0.62 |
| Hex | 51 | 7C | ED | 42 | 30 | 0 | 7 | DF | 51 | 3E |
| Octal | 121 | 174 | 355 | 102 | 60 | 0 | 7 | 337 | 121 | 76 |
| Binary | 1010001 | 1111100 | 11101101 | 1000010 | 110000 | 0 | 111 | 11011111 | 1010001 | 111110 |
Color Harmonies of #517CED
Complementary color
Monochromatic Colors of #517CED
Black with #517CED
Text Example
Text Example
White with #517CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CED; }
p { color: rgb(81,124,237); }
H1.HeaderClassName
{
color: #517CED;
}
.AnyTagClassName
{
color: #517CED;
}
</style>
background-color css
<style>
a { background-color: #517CED; }
a { background-color: rgb(81,124,237); }
div.DivClassName
{
background-color: #517CED;
}
.BgClassName
{
background-color: #517CED;
}
</style>
border-color css
<style>
span { border-color: #517CED; }
span { border-color: rgb(81,124,237); }
td.TdClassName
{
border-color: #517CED;
}
.TagClassName
{
border-color: #517CED;
}
</style>