Shades of Royal Blue #516FEC
Tints of Royal Blue #516FEC
RGB
CMYK
RGB Variations
Color information
#516FEC (or 0x516FEC) is known color: Royal Blue. HEX triplet: 51, 6F and EC. RGB value is (81,111,236). Sum of RGB (Red+Green+Blue) = 81+111+236=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #516FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FEC is #AE9013. Grayscale: #737373. Windows color (decimal): -11440148 or 15494993. OLE color: 15494993.
HSL color Cylindrical-coordinate representation of color #516FEC: hue angle of 228.39º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516FEC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 111 | 236 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.07 |
| HSL | 228.39º | 0.8% | 0.62% | - |
| HSV(B) | 228.39º | 0.66% | 0.93% | - |
| XYZ | 24.22 | 19.17 | 81.78 | - |
| YUV | 116.28 | 195.56 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 236 | 0.66 | 0.53 | 0 | 0.07 | 228.39 | 0.8 | 0.62 |
| Hex | 51 | 6F | EC | 42 | 35 | 0 | 7 | E4 | 50 | 3E |
| Octal | 121 | 157 | 354 | 102 | 65 | 0 | 7 | 344 | 120 | 76 |
| Binary | 1010001 | 1101111 | 11101100 | 1000010 | 110101 | 0 | 111 | 11100100 | 1010000 | 111110 |
Color Harmonies of #516FEC
Complementary color
Monochromatic Colors of #516FEC
Black with #516FEC
Text Example
Text Example
White with #516FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FEC; }
p { color: rgb(81,111,236); }
H1.HeaderClassName
{
color: #516FEC;
}
.AnyTagClassName
{
color: #516FEC;
}
</style>
background-color css
<style>
a { background-color: #516FEC; }
a { background-color: rgb(81,111,236); }
div.DivClassName
{
background-color: #516FEC;
}
.BgClassName
{
background-color: #516FEC;
}
</style>
border-color css
<style>
span { border-color: #516FEC; }
span { border-color: rgb(81,111,236); }
td.TdClassName
{
border-color: #516FEC;
}
.TagClassName
{
border-color: #516FEC;
}
</style>