Shades of Royal Blue #517BEE
Tints of Royal Blue #517BEE
RGB
CMYK
RGB Variations
Color information
#517BEE (or 0x517BEE) is known color: Royal Blue. HEX triplet: 51, 7B and EE. RGB value is (81,123,238). Sum of RGB (Red+Green+Blue) = 81+123+238=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #517BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BEE is #AE8411. Grayscale: #7B7B7B. Windows color (decimal): -11437074 or 15629137. OLE color: 15629137.
HSL color Cylindrical-coordinate representation of color #517BEE: hue angle of 223.95º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517BEE is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 123 | 238 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.07 |
| HSL | 223.95º | 0.82% | 0.63% | - |
| HSV(B) | 223.95º | 0.66% | 0.93% | - |
| XYZ | 25.91 | 22.09 | 83.79 | - |
| YUV | 123.55 | 192.59 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 238 | 0.66 | 0.48 | 0 | 0.07 | 223.95 | 0.82 | 0.63 |
| Hex | 51 | 7B | EE | 42 | 30 | 0 | 7 | E0 | 52 | 3F |
| Octal | 121 | 173 | 356 | 102 | 60 | 0 | 7 | 340 | 122 | 77 |
| Binary | 1010001 | 1111011 | 11101110 | 1000010 | 110000 | 0 | 111 | 11100000 | 1010010 | 111111 |
Color Harmonies of #517BEE
Complementary color
Monochromatic Colors of #517BEE
Black with #517BEE
Text Example
Text Example
White with #517BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517BEE; }
p { color: rgb(81,123,238); }
H1.HeaderClassName
{
color: #517BEE;
}
.AnyTagClassName
{
color: #517BEE;
}
</style>
background-color css
<style>
a { background-color: #517BEE; }
a { background-color: rgb(81,123,238); }
div.DivClassName
{
background-color: #517BEE;
}
.BgClassName
{
background-color: #517BEE;
}
</style>
border-color css
<style>
span { border-color: #517BEE; }
span { border-color: rgb(81,123,238); }
td.TdClassName
{
border-color: #517BEE;
}
.TagClassName
{
border-color: #517BEE;
}
</style>