Shades of Royal Blue #517BEF
Tints of Royal Blue #517BEF
RGB
CMYK
RGB Variations
Color information
#517BEF (or 0x517BEF) is known color: Royal Blue. HEX triplet: 51, 7B and EF. RGB value is (81,123,239). Sum of RGB (Red+Green+Blue) = 81+123+239=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #517BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517BEF is #AE8410. Grayscale: #7B7B7B. Windows color (decimal): -11437073 or 15694673. OLE color: 15694673.
HSL color Cylindrical-coordinate representation of color #517BEF: hue angle of 224.05º 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 #517BEF is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 123 | 239 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.06 |
| HSL | 224.05º | 0.83% | 0.63% | - |
| HSV(B) | 224.05º | 0.66% | 0.94% | - |
| XYZ | 26.06 | 22.15 | 84.56 | - |
| YUV | 123.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 239 | 0.66 | 0.49 | 0 | 0.06 | 224.05 | 0.83 | 0.63 |
| Hex | 51 | 7B | EF | 42 | 31 | 0 | 6 | E0 | 53 | 3F |
| Octal | 121 | 173 | 357 | 102 | 61 | 0 | 6 | 340 | 123 | 77 |
| Binary | 1010001 | 1111011 | 11101111 | 1000010 | 110001 | 0 | 110 | 11100000 | 1010011 | 111111 |
Color Harmonies of #517BEF
Complementary color
Monochromatic Colors of #517BEF
Black with #517BEF
Text Example
Text Example
White with #517BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517BEF; }
p { color: rgb(81,123,239); }
H1.HeaderClassName
{
color: #517BEF;
}
.AnyTagClassName
{
color: #517BEF;
}
</style>
background-color css
<style>
a { background-color: #517BEF; }
a { background-color: rgb(81,123,239); }
div.DivClassName
{
background-color: #517BEF;
}
.BgClassName
{
background-color: #517BEF;
}
</style>
border-color css
<style>
span { border-color: #517BEF; }
span { border-color: rgb(81,123,239); }
td.TdClassName
{
border-color: #517BEF;
}
.TagClassName
{
border-color: #517BEF;
}
</style>