Shades of Royal Blue #5271CE
Tints of Royal Blue #5271CE
RGB
CMYK
RGB Variations
Color information
#5271CE (or 0x5271CE) is known color: Royal Blue. HEX triplet: 52, 71 and CE. RGB value is (82,113,206). Sum of RGB (Red+Green+Blue) = 82+113+206=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #5271CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5271CE is #AD8E31. Grayscale: #717171. Windows color (decimal): -11374130 or 13529426. OLE color: 13529426.
HSL color Cylindrical-coordinate representation of color #5271CE: hue angle of 225º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5271CE is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 113 | 206 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.19 |
| HSL | 225º | 0.56% | 0.56% | - |
| HSV(B) | 225º | 0.6% | 0.81% | - |
| XYZ | 20.53 | 18.06 | 60.8 | - |
| YUV | 114.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 206 | 0.60 | 0.45 | 0 | 0.19 | 225 | 0.56 | 0.56 |
| Hex | 52 | 71 | CE | 3C | 2D | 0 | 13 | E1 | 38 | 38 |
| Octal | 122 | 161 | 316 | 74 | 55 | 0 | 23 | 341 | 70 | 70 |
| Binary | 1010010 | 1110001 | 11001110 | 111100 | 101101 | 0 | 10011 | 11100001 | 111000 | 111000 |
Color Harmonies of #5271CE
Complementary color
Monochromatic Colors of #5271CE
Black with #5271CE
Text Example
Text Example
White with #5271CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271CE; }
p { color: rgb(82,113,206); }
H1.HeaderClassName
{
color: #5271CE;
}
.AnyTagClassName
{
color: #5271CE;
}
</style>
background-color css
<style>
a { background-color: #5271CE; }
a { background-color: rgb(82,113,206); }
div.DivClassName
{
background-color: #5271CE;
}
.BgClassName
{
background-color: #5271CE;
}
</style>
border-color css
<style>
span { border-color: #5271CE; }
span { border-color: rgb(82,113,206); }
td.TdClassName
{
border-color: #5271CE;
}
.TagClassName
{
border-color: #5271CE;
}
</style>