Shades of Royal Blue #516CEF
Tints of Royal Blue #516CEF
RGB
CMYK
RGB Variations
Color information
#516CEF (or 0x516CEF) is known color: Royal Blue. HEX triplet: 51, 6C and EF. RGB value is (81,108,239). Sum of RGB (Red+Green+Blue) = 81+108+239=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #516CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CEF is #AE9310. Grayscale: #727272. Windows color (decimal): -11440913 or 15690833. OLE color: 15690833.
HSL color Cylindrical-coordinate representation of color #516CEF: hue angle of 229.75º 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 #516CEF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 108 | 239 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.06 |
| HSL | 229.75º | 0.83% | 0.63% | - |
| HSV(B) | 229.75º | 0.66% | 0.94% | - |
| XYZ | 24.34 | 18.71 | 83.99 | - |
| YUV | 114.86 | 198.05 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 239 | 0.66 | 0.55 | 0 | 0.06 | 229.75 | 0.83 | 0.63 |
| Hex | 51 | 6C | EF | 42 | 37 | 0 | 6 | E6 | 53 | 3F |
| Octal | 121 | 154 | 357 | 102 | 67 | 0 | 6 | 346 | 123 | 77 |
| Binary | 1010001 | 1101100 | 11101111 | 1000010 | 110111 | 0 | 110 | 11100110 | 1010011 | 111111 |
Color Harmonies of #516CEF
Complementary color
Monochromatic Colors of #516CEF
Black with #516CEF
Text Example
Text Example
White with #516CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CEF; }
p { color: rgb(81,108,239); }
H1.HeaderClassName
{
color: #516CEF;
}
.AnyTagClassName
{
color: #516CEF;
}
</style>
background-color css
<style>
a { background-color: #516CEF; }
a { background-color: rgb(81,108,239); }
div.DivClassName
{
background-color: #516CEF;
}
.BgClassName
{
background-color: #516CEF;
}
</style>
border-color css
<style>
span { border-color: #516CEF; }
span { border-color: rgb(81,108,239); }
td.TdClassName
{
border-color: #516CEF;
}
.TagClassName
{
border-color: #516CEF;
}
</style>