Shades of Royal Blue #516AF7
Tints of Royal Blue #516AF7
RGB
CMYK
RGB Variations
Color information
#516AF7 (or 0x516AF7) is known color: Royal Blue. HEX triplet: 51, 6A and F7. RGB value is (81,106,247). Sum of RGB (Red+Green+Blue) = 81+106+247=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 247 (96.88% from 255 or 56.91% from 434); Max value from RGB is 247 - color contains mainly: blue. Hex color #516AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516AF7 is #AE9508. Grayscale: #727272. Windows color (decimal): -11441417 or 16214609. OLE color: 16214609.
HSL color Cylindrical-coordinate representation of color #516AF7: hue angle of 230.96º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516AF7 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 106 | 247 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.03 |
| HSL | 230.96º | 0.91% | 0.64% | - |
| HSV(B) | 230.96º | 0.67% | 0.97% | - |
| XYZ | 25.34 | 18.77 | 90.28 | - |
| YUV | 114.6 | 202.72 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 247 | 0.67 | 0.57 | 0 | 0.03 | 230.96 | 0.91 | 0.64 |
| Hex | 51 | 6A | F7 | 43 | 39 | 0 | 3 | E7 | 5B | 40 |
| Octal | 121 | 152 | 367 | 103 | 71 | 0 | 3 | 347 | 133 | 100 |
| Binary | 1010001 | 1101010 | 11110111 | 1000011 | 111001 | 0 | 11 | 11100111 | 1011011 | 1000000 |
Color Harmonies of #516AF7
Complementary color
Monochromatic Colors of #516AF7
Black with #516AF7
Text Example
Text Example
White with #516AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AF7; }
p { color: rgb(81,106,247); }
H1.HeaderClassName
{
color: #516AF7;
}
.AnyTagClassName
{
color: #516AF7;
}
</style>
background-color css
<style>
a { background-color: #516AF7; }
a { background-color: rgb(81,106,247); }
div.DivClassName
{
background-color: #516AF7;
}
.BgClassName
{
background-color: #516AF7;
}
</style>
border-color css
<style>
span { border-color: #516AF7; }
span { border-color: rgb(81,106,247); }
td.TdClassName
{
border-color: #516AF7;
}
.TagClassName
{
border-color: #516AF7;
}
</style>