Shades of Royal Blue #5276D7
Tints of Royal Blue #5276D7
RGB
CMYK
RGB Variations
Color information
#5276D7 (or 0x5276D7) is known color: Royal Blue. HEX triplet: 52, 76 and D7. RGB value is (82,118,215). Sum of RGB (Red+Green+Blue) = 82+118+215=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #5276D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5276D7 is #AD8928. Grayscale: #757575. Windows color (decimal): -11372841 or 14120530. OLE color: 14120530.
HSL color Cylindrical-coordinate representation of color #5276D7: hue angle of 223.76º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5276D7 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 118 | 215 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.16 |
| HSL | 223.76º | 0.62% | 0.58% | - |
| HSV(B) | 223.76º | 0.62% | 0.84% | - |
| XYZ | 22.22 | 19.66 | 66.91 | - |
| YUV | 118.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 215 | 0.62 | 0.45 | 0 | 0.16 | 223.76 | 0.62 | 0.58 |
| Hex | 52 | 76 | D7 | 3E | 2D | 0 | 10 | E0 | 3E | 3A |
| Octal | 122 | 166 | 327 | 76 | 55 | 0 | 20 | 340 | 76 | 72 |
| Binary | 1010010 | 1110110 | 11010111 | 111110 | 101101 | 0 | 10000 | 11100000 | 111110 | 111010 |
Color Harmonies of #5276D7
Complementary color
Monochromatic Colors of #5276D7
Black with #5276D7
Text Example
Text Example
White with #5276D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5276D7; }
p { color: rgb(82,118,215); }
H1.HeaderClassName
{
color: #5276D7;
}
.AnyTagClassName
{
color: #5276D7;
}
</style>
background-color css
<style>
a { background-color: #5276D7; }
a { background-color: rgb(82,118,215); }
div.DivClassName
{
background-color: #5276D7;
}
.BgClassName
{
background-color: #5276D7;
}
</style>
border-color css
<style>
span { border-color: #5276D7; }
span { border-color: rgb(82,118,215); }
td.TdClassName
{
border-color: #5276D7;
}
.TagClassName
{
border-color: #5276D7;
}
</style>