Shades of Royal Blue #5168ED
Tints of Royal Blue #5168ED
RGB
CMYK
RGB Variations
Color information
#5168ED (or 0x5168ED) is known color: Royal Blue. HEX triplet: 51, 68 and ED. RGB value is (81,104,237). Sum of RGB (Red+Green+Blue) = 81+104+237=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #5168ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5168ED is #AE9712. Grayscale: #6F6F6F. Windows color (decimal): -11441939 or 15558737. OLE color: 15558737.
HSL color Cylindrical-coordinate representation of color #5168ED: hue angle of 231.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5168ED is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 104 | 237 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.07 |
| HSL | 231.15º | 0.81% | 0.62% | - |
| HSV(B) | 231.15º | 0.66% | 0.93% | - |
| XYZ | 23.63 | 17.76 | 82.3 | - |
| YUV | 112.29 | 198.38 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 237 | 0.66 | 0.56 | 0 | 0.07 | 231.15 | 0.81 | 0.62 |
| Hex | 51 | 68 | ED | 42 | 38 | 0 | 7 | E7 | 51 | 3E |
| Octal | 121 | 150 | 355 | 102 | 70 | 0 | 7 | 347 | 121 | 76 |
| Binary | 1010001 | 1101000 | 11101101 | 1000010 | 111000 | 0 | 111 | 11100111 | 1010001 | 111110 |
Color Harmonies of #5168ED
Complementary color
Monochromatic Colors of #5168ED
Black with #5168ED
Text Example
Text Example
White with #5168ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5168ED; }
p { color: rgb(81,104,237); }
H1.HeaderClassName
{
color: #5168ED;
}
.AnyTagClassName
{
color: #5168ED;
}
</style>
background-color css
<style>
a { background-color: #5168ED; }
a { background-color: rgb(81,104,237); }
div.DivClassName
{
background-color: #5168ED;
}
.BgClassName
{
background-color: #5168ED;
}
</style>
border-color css
<style>
span { border-color: #5168ED; }
span { border-color: rgb(81,104,237); }
td.TdClassName
{
border-color: #5168ED;
}
.TagClassName
{
border-color: #5168ED;
}
</style>