Shades of Royal Blue #516DF3
Tints of Royal Blue #516DF3
RGB
CMYK
RGB Variations
Color information
#516DF3 (or 0x516DF3) is known color: Royal Blue. HEX triplet: 51, 6D and F3. RGB value is (81,109,243). Sum of RGB (Red+Green+Blue) = 81+109+243=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #516DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DF3 is #AE920C. Grayscale: #737373. Windows color (decimal): -11440653 or 15953233. OLE color: 15953233.
HSL color Cylindrical-coordinate representation of color #516DF3: hue angle of 229.63º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516DF3 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 109 | 243 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.05 |
| HSL | 229.63º | 0.87% | 0.64% | - |
| HSV(B) | 229.63º | 0.67% | 0.95% | - |
| XYZ | 25.04 | 19.16 | 87.17 | - |
| YUV | 115.9 | 199.72 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 243 | 0.67 | 0.55 | 0 | 0.05 | 229.63 | 0.87 | 0.64 |
| Hex | 51 | 6D | F3 | 43 | 37 | 0 | 5 | E6 | 57 | 40 |
| Octal | 121 | 155 | 363 | 103 | 67 | 0 | 5 | 346 | 127 | 100 |
| Binary | 1010001 | 1101101 | 11110011 | 1000011 | 110111 | 0 | 101 | 11100110 | 1010111 | 1000000 |
Color Harmonies of #516DF3
Complementary color
Monochromatic Colors of #516DF3
Black with #516DF3
Text Example
Text Example
White with #516DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DF3; }
p { color: rgb(81,109,243); }
H1.HeaderClassName
{
color: #516DF3;
}
.AnyTagClassName
{
color: #516DF3;
}
</style>
background-color css
<style>
a { background-color: #516DF3; }
a { background-color: rgb(81,109,243); }
div.DivClassName
{
background-color: #516DF3;
}
.BgClassName
{
background-color: #516DF3;
}
</style>
border-color css
<style>
span { border-color: #516DF3; }
span { border-color: rgb(81,109,243); }
td.TdClassName
{
border-color: #516DF3;
}
.TagClassName
{
border-color: #516DF3;
}
</style>