Shades of Royal Blue #516FEA
Tints of Royal Blue #516FEA
RGB
CMYK
RGB Variations
Color information
#516FEA (or 0x516FEA) is known color: Royal Blue. HEX triplet: 51, 6F and EA. RGB value is (81,111,234). Sum of RGB (Red+Green+Blue) = 81+111+234=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #516FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FEA is #AE9015. Grayscale: #737373. Windows color (decimal): -11440150 or 15363921. OLE color: 15363921.
HSL color Cylindrical-coordinate representation of color #516FEA: hue angle of 228.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516FEA is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 111 | 234 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.08 |
| HSL | 228.24º | 0.78% | 0.62% | - |
| HSV(B) | 228.24º | 0.65% | 0.92% | - |
| XYZ | 23.93 | 19.06 | 80.26 | - |
| YUV | 116.05 | 194.56 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 234 | 0.65 | 0.53 | 0 | 0.08 | 228.24 | 0.78 | 0.62 |
| Hex | 51 | 6F | EA | 41 | 35 | 0 | 8 | E4 | 4E | 3E |
| Octal | 121 | 157 | 352 | 101 | 65 | 0 | 10 | 344 | 116 | 76 |
| Binary | 1010001 | 1101111 | 11101010 | 1000001 | 110101 | 0 | 1000 | 11100100 | 1001110 | 111110 |
Color Harmonies of #516FEA
Complementary color
Monochromatic Colors of #516FEA
Black with #516FEA
Text Example
Text Example
White with #516FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FEA; }
p { color: rgb(81,111,234); }
H1.HeaderClassName
{
color: #516FEA;
}
.AnyTagClassName
{
color: #516FEA;
}
</style>
background-color css
<style>
a { background-color: #516FEA; }
a { background-color: rgb(81,111,234); }
div.DivClassName
{
background-color: #516FEA;
}
.BgClassName
{
background-color: #516FEA;
}
</style>
border-color css
<style>
span { border-color: #516FEA; }
span { border-color: rgb(81,111,234); }
td.TdClassName
{
border-color: #516FEA;
}
.TagClassName
{
border-color: #516FEA;
}
</style>