Shades of Royal Blue #5271FF
Tints of Royal Blue #5271FF
RGB
CMYK
RGB Variations
Color information
#5271FF (or 0x5271FF) is known color: Royal Blue. HEX triplet: 52, 71 and FF. RGB value is (82,113,255). Sum of RGB (Red+Green+Blue) = 82+113+255=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #5271FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5271FF is #AD8E00. Grayscale: #777777. Windows color (decimal): -11374081 or 16740690. OLE color: 16740690.
HSL color Cylindrical-coordinate representation of color #5271FF: hue angle of 229.25º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5271FF is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 113 | 255 | - |
| CMYK | 0.68 | 0.56 | 0 | 0 |
| HSL | 229.25º | 1% | 0.66% | - |
| HSV(B) | 229.25º | 0.68% | 1% | - |
| XYZ | 27.43 | 20.82 | 97.18 | - |
| YUV | 119.92 | 204.23 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 255 | 0.68 | 0.56 | 0 | 0 | 229.25 | 1 | 0.66 |
| Hex | 52 | 71 | FF | 44 | 38 | 0 | 0 | E5 | 64 | 42 |
| Octal | 122 | 161 | 377 | 104 | 70 | 0 | 0 | 345 | 144 | 102 |
| Binary | 1010010 | 1110001 | 11111111 | 1000100 | 111000 | 0 | 0 | 11100101 | 1100100 | 1000010 |
Color Harmonies of #5271FF
Complementary color
Monochromatic Colors of #5271FF
Black with #5271FF
Text Example
Text Example
White with #5271FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271FF; }
p { color: rgb(82,113,255); }
H1.HeaderClassName
{
color: #5271FF;
}
.AnyTagClassName
{
color: #5271FF;
}
</style>
background-color css
<style>
a { background-color: #5271FF; }
a { background-color: rgb(82,113,255); }
div.DivClassName
{
background-color: #5271FF;
}
.BgClassName
{
background-color: #5271FF;
}
</style>
border-color css
<style>
span { border-color: #5271FF; }
span { border-color: rgb(82,113,255); }
td.TdClassName
{
border-color: #5271FF;
}
.TagClassName
{
border-color: #5271FF;
}
</style>