Shades of Royal Blue #5172EA
Tints of Royal Blue #5172EA
RGB
CMYK
RGB Variations
Color information
#5172EA (or 0x5172EA) is known color: Royal Blue. HEX triplet: 51, 72 and EA. RGB value is (81,114,234). Sum of RGB (Red+Green+Blue) = 81+114+234=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #5172EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5172EA is #AE8D15. Grayscale: #757575. Windows color (decimal): -11439382 or 15364689. OLE color: 15364689.
HSL color Cylindrical-coordinate representation of color #5172EA: hue angle of 227.06º 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 #5172EA is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 114 | 234 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.08 |
| HSL | 227.06º | 0.78% | 0.62% | - |
| HSV(B) | 227.06º | 0.65% | 0.92% | - |
| XYZ | 24.26 | 19.72 | 80.37 | - |
| YUV | 117.81 | 193.57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 234 | 0.65 | 0.51 | 0 | 0.08 | 227.06 | 0.78 | 0.62 |
| Hex | 51 | 72 | EA | 41 | 33 | 0 | 8 | E3 | 4E | 3E |
| Octal | 121 | 162 | 352 | 101 | 63 | 0 | 10 | 343 | 116 | 76 |
| Binary | 1010001 | 1110010 | 11101010 | 1000001 | 110011 | 0 | 1000 | 11100011 | 1001110 | 111110 |
Color Harmonies of #5172EA
Complementary color
Monochromatic Colors of #5172EA
Black with #5172EA
Text Example
Text Example
White with #5172EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5172EA; }
p { color: rgb(81,114,234); }
H1.HeaderClassName
{
color: #5172EA;
}
.AnyTagClassName
{
color: #5172EA;
}
</style>
background-color css
<style>
a { background-color: #5172EA; }
a { background-color: rgb(81,114,234); }
div.DivClassName
{
background-color: #5172EA;
}
.BgClassName
{
background-color: #5172EA;
}
</style>
border-color css
<style>
span { border-color: #5172EA; }
span { border-color: rgb(81,114,234); }
td.TdClassName
{
border-color: #5172EA;
}
.TagClassName
{
border-color: #5172EA;
}
</style>