Shades of Royal Blue #516CF7
Tints of Royal Blue #516CF7
RGB
CMYK
RGB Variations
Color information
#516CF7 (or 0x516CF7) is known color: Royal Blue. HEX triplet: 51, 6C and F7. RGB value is (81,108,247). Sum of RGB (Red+Green+Blue) = 81+108+247=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #516CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CF7 is #AE9308. Grayscale: #737373. Windows color (decimal): -11440905 or 16215121. OLE color: 16215121.
HSL color Cylindrical-coordinate representation of color #516CF7: hue angle of 230.24º 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 #516CF7 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 108 | 247 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.03 |
| HSL | 230.24º | 0.91% | 0.64% | - |
| HSV(B) | 230.24º | 0.67% | 0.97% | - |
| XYZ | 25.54 | 19.19 | 90.35 | - |
| YUV | 115.77 | 202.05 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 247 | 0.67 | 0.56 | 0 | 0.03 | 230.24 | 0.91 | 0.64 |
| Hex | 51 | 6C | F7 | 43 | 38 | 0 | 3 | E6 | 5B | 40 |
| Octal | 121 | 154 | 367 | 103 | 70 | 0 | 3 | 346 | 133 | 100 |
| Binary | 1010001 | 1101100 | 11110111 | 1000011 | 111000 | 0 | 11 | 11100110 | 1011011 | 1000000 |
Color Harmonies of #516CF7
Complementary color
Monochromatic Colors of #516CF7
Black with #516CF7
Text Example
Text Example
White with #516CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CF7; }
p { color: rgb(81,108,247); }
H1.HeaderClassName
{
color: #516CF7;
}
.AnyTagClassName
{
color: #516CF7;
}
</style>
background-color css
<style>
a { background-color: #516CF7; }
a { background-color: rgb(81,108,247); }
div.DivClassName
{
background-color: #516CF7;
}
.BgClassName
{
background-color: #516CF7;
}
</style>
border-color css
<style>
span { border-color: #516CF7; }
span { border-color: rgb(81,108,247); }
td.TdClassName
{
border-color: #516CF7;
}
.TagClassName
{
border-color: #516CF7;
}
</style>