Shades of Royal Blue #5271DD
Tints of Royal Blue #5271DD
RGB
CMYK
RGB Variations
Color information
#5271DD (or 0x5271DD) is known color: Royal Blue. HEX triplet: 52, 71 and DD. RGB value is (82,113,221). Sum of RGB (Red+Green+Blue) = 82+113+221=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #5271DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5271DD is #AD8E22. Grayscale: #737373. Windows color (decimal): -11374115 or 14512466. OLE color: 14512466.
HSL color Cylindrical-coordinate representation of color #5271DD: hue angle of 226.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5271DD is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 113 | 221 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.13 |
| HSL | 226.62º | 0.67% | 0.59% | - |
| HSV(B) | 226.62º | 0.63% | 0.87% | - |
| XYZ | 22.44 | 18.82 | 70.86 | - |
| YUV | 116.04 | 187.23 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 221 | 0.63 | 0.49 | 0 | 0.13 | 226.62 | 0.67 | 0.59 |
| Hex | 52 | 71 | DD | 3F | 31 | 0 | D | E3 | 43 | 3B |
| Octal | 122 | 161 | 335 | 77 | 61 | 0 | 15 | 343 | 103 | 73 |
| Binary | 1010010 | 1110001 | 11011101 | 111111 | 110001 | 0 | 1101 | 11100011 | 1000011 | 111011 |
Color Harmonies of #5271DD
Complementary color
Monochromatic Colors of #5271DD
Black with #5271DD
Text Example
Text Example
White with #5271DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271DD; }
p { color: rgb(82,113,221); }
H1.HeaderClassName
{
color: #5271DD;
}
.AnyTagClassName
{
color: #5271DD;
}
</style>
background-color css
<style>
a { background-color: #5271DD; }
a { background-color: rgb(82,113,221); }
div.DivClassName
{
background-color: #5271DD;
}
.BgClassName
{
background-color: #5271DD;
}
</style>
border-color css
<style>
span { border-color: #5271DD; }
span { border-color: rgb(82,113,221); }
td.TdClassName
{
border-color: #5271DD;
}
.TagClassName
{
border-color: #5271DD;
}
</style>