Shades of Royal Blue #5168DD
Tints of Royal Blue #5168DD
RGB
CMYK
RGB Variations
Color information
#5168DD (or 0x5168DD) is known color: Royal Blue. HEX triplet: 51, 68 and DD. RGB value is (81,104,221). Sum of RGB (Red+Green+Blue) = 81+104+221=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #5168DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5168DD is #AE9722. Grayscale: #6D6D6D. Windows color (decimal): -11441955 or 14510161. OLE color: 14510161.
HSL color Cylindrical-coordinate representation of color #5168DD: hue angle of 230.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5168DD is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 104 | 221 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.13 |
| HSL | 230.14º | 0.67% | 0.59% | - |
| HSV(B) | 230.14º | 0.63% | 0.87% | - |
| XYZ | 21.39 | 16.87 | 70.54 | - |
| YUV | 110.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 221 | 0.63 | 0.53 | 0 | 0.13 | 230.14 | 0.67 | 0.59 |
| Hex | 51 | 68 | DD | 3F | 35 | 0 | D | E6 | 43 | 3B |
| Octal | 121 | 150 | 335 | 77 | 65 | 0 | 15 | 346 | 103 | 73 |
| Binary | 1010001 | 1101000 | 11011101 | 111111 | 110101 | 0 | 1101 | 11100110 | 1000011 | 111011 |
Color Harmonies of #5168DD
Complementary color
Monochromatic Colors of #5168DD
Black with #5168DD
Text Example
Text Example
White with #5168DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5168DD; }
p { color: rgb(81,104,221); }
H1.HeaderClassName
{
color: #5168DD;
}
.AnyTagClassName
{
color: #5168DD;
}
</style>
background-color css
<style>
a { background-color: #5168DD; }
a { background-color: rgb(81,104,221); }
div.DivClassName
{
background-color: #5168DD;
}
.BgClassName
{
background-color: #5168DD;
}
</style>
border-color css
<style>
span { border-color: #5168DD; }
span { border-color: rgb(81,104,221); }
td.TdClassName
{
border-color: #5168DD;
}
.TagClassName
{
border-color: #5168DD;
}
</style>