Shades of Royal Blue #516FE8
Tints of Royal Blue #516FE8
RGB
CMYK
RGB Variations
Color information
#516FE8 (or 0x516FE8) is known color: Royal Blue. HEX triplet: 51, 6F and E8. RGB value is (81,111,232). Sum of RGB (Red+Green+Blue) = 81+111+232=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #516FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FE8 is #AE9017. Grayscale: #737373. Windows color (decimal): -11440152 or 15232849. OLE color: 15232849.
HSL color Cylindrical-coordinate representation of color #516FE8: hue angle of 228.08º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516FE8 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 111 | 232 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.09 |
| HSL | 228.08º | 0.77% | 0.61% | - |
| HSV(B) | 228.08º | 0.65% | 0.91% | - |
| XYZ | 23.64 | 18.94 | 78.75 | - |
| YUV | 115.82 | 193.56 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 232 | 0.65 | 0.52 | 0 | 0.09 | 228.08 | 0.77 | 0.61 |
| Hex | 51 | 6F | E8 | 41 | 34 | 0 | 9 | E4 | 4D | 3D |
| Octal | 121 | 157 | 350 | 101 | 64 | 0 | 11 | 344 | 115 | 75 |
| Binary | 1010001 | 1101111 | 11101000 | 1000001 | 110100 | 0 | 1001 | 11100100 | 1001101 | 111101 |
Color Harmonies of #516FE8
Complementary color
Monochromatic Colors of #516FE8
Black with #516FE8
Text Example
Text Example
White with #516FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FE8; }
p { color: rgb(81,111,232); }
H1.HeaderClassName
{
color: #516FE8;
}
.AnyTagClassName
{
color: #516FE8;
}
</style>
background-color css
<style>
a { background-color: #516FE8; }
a { background-color: rgb(81,111,232); }
div.DivClassName
{
background-color: #516FE8;
}
.BgClassName
{
background-color: #516FE8;
}
</style>
border-color css
<style>
span { border-color: #516FE8; }
span { border-color: rgb(81,111,232); }
td.TdClassName
{
border-color: #516FE8;
}
.TagClassName
{
border-color: #516FE8;
}
</style>