Shades of Royal Blue #5162DF
Tints of Royal Blue #5162DF
RGB
CMYK
RGB Variations
Color information
#5162DF (or 0x5162DF) is known color: Royal Blue. HEX triplet: 51, 62 and DF. RGB value is (81,98,223). Sum of RGB (Red+Green+Blue) = 81+98+223=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #5162DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5162DF is #AE9D20. Grayscale: #6A6A6A. Windows color (decimal): -11443489 or 14639697. OLE color: 14639697.
HSL color Cylindrical-coordinate representation of color #5162DF: hue angle of 232.82º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5162DF is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 98 | 223 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.13 |
| HSL | 232.82º | 0.69% | 0.6% | - |
| HSV(B) | 232.82º | 0.64% | 0.87% | - |
| XYZ | 21.08 | 15.81 | 71.75 | - |
| YUV | 107.17 | 193.37 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 223 | 0.64 | 0.56 | 0 | 0.13 | 232.82 | 0.69 | 0.6 |
| Hex | 51 | 62 | DF | 40 | 38 | 0 | D | E9 | 45 | 3C |
| Octal | 121 | 142 | 337 | 100 | 70 | 0 | 15 | 351 | 105 | 74 |
| Binary | 1010001 | 1100010 | 11011111 | 1000000 | 111000 | 0 | 1101 | 11101001 | 1000101 | 111100 |
Color Harmonies of #5162DF
Complementary color
Monochromatic Colors of #5162DF
Black with #5162DF
Text Example
Text Example
White with #5162DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5162DF; }
p { color: rgb(81,98,223); }
H1.HeaderClassName
{
color: #5162DF;
}
.AnyTagClassName
{
color: #5162DF;
}
</style>
background-color css
<style>
a { background-color: #5162DF; }
a { background-color: rgb(81,98,223); }
div.DivClassName
{
background-color: #5162DF;
}
.BgClassName
{
background-color: #5162DF;
}
</style>
border-color css
<style>
span { border-color: #5162DF; }
span { border-color: rgb(81,98,223); }
td.TdClassName
{
border-color: #5162DF;
}
.TagClassName
{
border-color: #5162DF;
}
</style>