Shades of Royal Blue #5276FD
Tints of Royal Blue #5276FD
RGB
CMYK
RGB Variations
Color information
#5276FD (or 0x5276FD) is known color: Royal Blue. HEX triplet: 52, 76 and FD. RGB value is (82,118,253). Sum of RGB (Red+Green+Blue) = 82+118+253=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #5276FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5276FD is #AD8902. Grayscale: #7A7A7A. Windows color (decimal): -11372803 or 16610898. OLE color: 16610898.
HSL color Cylindrical-coordinate representation of color #5276FD: hue angle of 227.37º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5276FD is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 118 | 253 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.01 |
| HSL | 227.37º | 0.98% | 0.66% | - |
| HSV(B) | 227.37º | 0.68% | 0.99% | - |
| XYZ | 27.69 | 21.84 | 95.69 | - |
| YUV | 122.63 | 201.57 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 253 | 0.68 | 0.53 | 0 | 0.01 | 227.37 | 0.98 | 0.66 |
| Hex | 52 | 76 | FD | 44 | 35 | 0 | 1 | E3 | 62 | 42 |
| Octal | 122 | 166 | 375 | 104 | 65 | 0 | 1 | 343 | 142 | 102 |
| Binary | 1010010 | 1110110 | 11111101 | 1000100 | 110101 | 0 | 1 | 11100011 | 1100010 | 1000010 |
Color Harmonies of #5276FD
Complementary color
Monochromatic Colors of #5276FD
Black with #5276FD
Text Example
Text Example
White with #5276FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5276FD; }
p { color: rgb(82,118,253); }
H1.HeaderClassName
{
color: #5276FD;
}
.AnyTagClassName
{
color: #5276FD;
}
</style>
background-color css
<style>
a { background-color: #5276FD; }
a { background-color: rgb(82,118,253); }
div.DivClassName
{
background-color: #5276FD;
}
.BgClassName
{
background-color: #5276FD;
}
</style>
border-color css
<style>
span { border-color: #5276FD; }
span { border-color: rgb(82,118,253); }
td.TdClassName
{
border-color: #5276FD;
}
.TagClassName
{
border-color: #5276FD;
}
</style>