Shades of Royal Blue #5271FD
Tints of Royal Blue #5271FD
RGB
CMYK
RGB Variations
Color information
#5271FD (or 0x5271FD) is known color: Royal Blue. HEX triplet: 52, 71 and FD. RGB value is (82,113,253). Sum of RGB (Red+Green+Blue) = 82+113+253=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #5271FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5271FD is #AD8E02. Grayscale: #777777. Windows color (decimal): -11374083 or 16609618. OLE color: 16609618.
HSL color Cylindrical-coordinate representation of color #5271FD: hue angle of 229.12º 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 #5271FD is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 113 | 253 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.01 |
| HSL | 229.12º | 0.98% | 0.66% | - |
| HSV(B) | 229.12º | 0.68% | 0.99% | - |
| XYZ | 27.11 | 20.7 | 95.49 | - |
| YUV | 119.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 253 | 0.68 | 0.55 | 0 | 0.01 | 229.12 | 0.98 | 0.66 |
| Hex | 52 | 71 | FD | 44 | 37 | 0 | 1 | E5 | 62 | 42 |
| Octal | 122 | 161 | 375 | 104 | 67 | 0 | 1 | 345 | 142 | 102 |
| Binary | 1010010 | 1110001 | 11111101 | 1000100 | 110111 | 0 | 1 | 11100101 | 1100010 | 1000010 |
Color Harmonies of #5271FD
Complementary color
Monochromatic Colors of #5271FD
Black with #5271FD
Text Example
Text Example
White with #5271FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271FD; }
p { color: rgb(82,113,253); }
H1.HeaderClassName
{
color: #5271FD;
}
.AnyTagClassName
{
color: #5271FD;
}
</style>
background-color css
<style>
a { background-color: #5271FD; }
a { background-color: rgb(82,113,253); }
div.DivClassName
{
background-color: #5271FD;
}
.BgClassName
{
background-color: #5271FD;
}
</style>
border-color css
<style>
span { border-color: #5271FD; }
span { border-color: rgb(82,113,253); }
td.TdClassName
{
border-color: #5271FD;
}
.TagClassName
{
border-color: #5271FD;
}
</style>