Shades of Royal Blue #5165DC
Tints of Royal Blue #5165DC
RGB
CMYK
RGB Variations
Color information
#5165DC (or 0x5165DC) is known color: Royal Blue. HEX triplet: 51, 65 and DC. RGB value is (81,101,220). Sum of RGB (Red+Green+Blue) = 81+101+220=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #5165DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165DC is #AE9A23. Grayscale: #6C6C6C. Windows color (decimal): -11442724 or 14443857. OLE color: 14443857.
HSL color Cylindrical-coordinate representation of color #5165DC: hue angle of 231.37º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5165DC is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 101 | 220 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.14 |
| HSL | 231.37º | 0.67% | 0.59% | - |
| HSV(B) | 231.37º | 0.63% | 0.86% | - |
| XYZ | 20.97 | 16.22 | 69.74 | - |
| YUV | 108.59 | 190.87 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 220 | 0.63 | 0.54 | 0 | 0.14 | 231.37 | 0.67 | 0.59 |
| Hex | 51 | 65 | DC | 3F | 36 | 0 | E | E7 | 43 | 3B |
| Octal | 121 | 145 | 334 | 77 | 66 | 0 | 16 | 347 | 103 | 73 |
| Binary | 1010001 | 1100101 | 11011100 | 111111 | 110110 | 0 | 1110 | 11100111 | 1000011 | 111011 |
Color Harmonies of #5165DC
Complementary color
Monochromatic Colors of #5165DC
Black with #5165DC
Text Example
Text Example
White with #5165DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165DC; }
p { color: rgb(81,101,220); }
H1.HeaderClassName
{
color: #5165DC;
}
.AnyTagClassName
{
color: #5165DC;
}
</style>
background-color css
<style>
a { background-color: #5165DC; }
a { background-color: rgb(81,101,220); }
div.DivClassName
{
background-color: #5165DC;
}
.BgClassName
{
background-color: #5165DC;
}
</style>
border-color css
<style>
span { border-color: #5165DC; }
span { border-color: rgb(81,101,220); }
td.TdClassName
{
border-color: #5165DC;
}
.TagClassName
{
border-color: #5165DC;
}
</style>