Shades of Royal Blue #5167EA
Tints of Royal Blue #5167EA
RGB
CMYK
RGB Variations
Color information
#5167EA (or 0x5167EA) is known color: Royal Blue. HEX triplet: 51, 67 and EA. RGB value is (81,103,234). Sum of RGB (Red+Green+Blue) = 81+103+234=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #5167EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5167EA is #AE9815. Grayscale: #6E6E6E. Windows color (decimal): -11442198 or 15361873. OLE color: 15361873.
HSL color Cylindrical-coordinate representation of color #5167EA: hue angle of 231.37º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5167EA is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 103 | 234 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.08 |
| HSL | 231.37º | 0.78% | 0.62% | - |
| HSV(B) | 231.37º | 0.65% | 0.92% | - |
| XYZ | 23.09 | 17.39 | 79.98 | - |
| YUV | 111.36 | 197.21 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 234 | 0.65 | 0.56 | 0 | 0.08 | 231.37 | 0.78 | 0.62 |
| Hex | 51 | 67 | EA | 41 | 38 | 0 | 8 | E7 | 4E | 3E |
| Octal | 121 | 147 | 352 | 101 | 70 | 0 | 10 | 347 | 116 | 76 |
| Binary | 1010001 | 1100111 | 11101010 | 1000001 | 111000 | 0 | 1000 | 11100111 | 1001110 | 111110 |
Color Harmonies of #5167EA
Complementary color
Monochromatic Colors of #5167EA
Black with #5167EA
Text Example
Text Example
White with #5167EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5167EA; }
p { color: rgb(81,103,234); }
H1.HeaderClassName
{
color: #5167EA;
}
.AnyTagClassName
{
color: #5167EA;
}
</style>
background-color css
<style>
a { background-color: #5167EA; }
a { background-color: rgb(81,103,234); }
div.DivClassName
{
background-color: #5167EA;
}
.BgClassName
{
background-color: #5167EA;
}
</style>
border-color css
<style>
span { border-color: #5167EA; }
span { border-color: rgb(81,103,234); }
td.TdClassName
{
border-color: #5167EA;
}
.TagClassName
{
border-color: #5167EA;
}
</style>