Shades of Royal Blue #5169EE
Tints of Royal Blue #5169EE
RGB
CMYK
RGB Variations
Color information
#5169EE (or 0x5169EE) is known color: Royal Blue. HEX triplet: 51, 69 and EE. RGB value is (81,105,238). Sum of RGB (Red+Green+Blue) = 81+105+238=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #5169EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5169EE is #AE9611. Grayscale: #707070. Windows color (decimal): -11441682 or 15624529. OLE color: 15624529.
HSL color Cylindrical-coordinate representation of color #5169EE: hue angle of 230.83º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5169EE is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 105 | 238 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.07 |
| HSL | 230.83º | 0.82% | 0.63% | - |
| HSV(B) | 230.83º | 0.66% | 0.93% | - |
| XYZ | 23.88 | 18.03 | 83.11 | - |
| YUV | 112.99 | 198.55 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 238 | 0.66 | 0.56 | 0 | 0.07 | 230.83 | 0.82 | 0.63 |
| Hex | 51 | 69 | EE | 42 | 38 | 0 | 7 | E7 | 52 | 3F |
| Octal | 121 | 151 | 356 | 102 | 70 | 0 | 7 | 347 | 122 | 77 |
| Binary | 1010001 | 1101001 | 11101110 | 1000010 | 111000 | 0 | 111 | 11100111 | 1010010 | 111111 |
Color Harmonies of #5169EE
Complementary color
Monochromatic Colors of #5169EE
Black with #5169EE
Text Example
Text Example
White with #5169EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5169EE; }
p { color: rgb(81,105,238); }
H1.HeaderClassName
{
color: #5169EE;
}
.AnyTagClassName
{
color: #5169EE;
}
</style>
background-color css
<style>
a { background-color: #5169EE; }
a { background-color: rgb(81,105,238); }
div.DivClassName
{
background-color: #5169EE;
}
.BgClassName
{
background-color: #5169EE;
}
</style>
border-color css
<style>
span { border-color: #5169EE; }
span { border-color: rgb(81,105,238); }
td.TdClassName
{
border-color: #5169EE;
}
.TagClassName
{
border-color: #5169EE;
}
</style>