Shades of Royal Blue #5172EB
Tints of Royal Blue #5172EB
RGB
CMYK
RGB Variations
Color information
#5172EB (or 0x5172EB) is known color: Royal Blue. HEX triplet: 51, 72 and EB. RGB value is (81,114,235). Sum of RGB (Red+Green+Blue) = 81+114+235=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #5172EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5172EB is #AE8D14. Grayscale: #757575. Windows color (decimal): -11439381 or 15430225. OLE color: 15430225.
HSL color Cylindrical-coordinate representation of color #5172EB: hue angle of 227.14º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5172EB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 114 | 235 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.08 |
| HSL | 227.14º | 0.79% | 0.62% | - |
| HSV(B) | 227.14º | 0.66% | 0.92% | - |
| XYZ | 24.41 | 19.78 | 81.13 | - |
| YUV | 117.93 | 194.07 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 235 | 0.66 | 0.51 | 0 | 0.08 | 227.14 | 0.79 | 0.62 |
| Hex | 51 | 72 | EB | 42 | 33 | 0 | 8 | E3 | 4F | 3E |
| Octal | 121 | 162 | 353 | 102 | 63 | 0 | 10 | 343 | 117 | 76 |
| Binary | 1010001 | 1110010 | 11101011 | 1000010 | 110011 | 0 | 1000 | 11100011 | 1001111 | 111110 |
Color Harmonies of #5172EB
Complementary color
Monochromatic Colors of #5172EB
Black with #5172EB
Text Example
Text Example
White with #5172EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5172EB; }
p { color: rgb(81,114,235); }
H1.HeaderClassName
{
color: #5172EB;
}
.AnyTagClassName
{
color: #5172EB;
}
</style>
background-color css
<style>
a { background-color: #5172EB; }
a { background-color: rgb(81,114,235); }
div.DivClassName
{
background-color: #5172EB;
}
.BgClassName
{
background-color: #5172EB;
}
</style>
border-color css
<style>
span { border-color: #5172EB; }
span { border-color: rgb(81,114,235); }
td.TdClassName
{
border-color: #5172EB;
}
.TagClassName
{
border-color: #5172EB;
}
</style>