Shades of Royal Blue #5271EF
Tints of Royal Blue #5271EF
RGB
CMYK
RGB Variations
Color information
#5271EF (or 0x5271EF) is known color: Royal Blue. HEX triplet: 52, 71 and EF. RGB value is (82,113,239). Sum of RGB (Red+Green+Blue) = 82+113+239=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #5271EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5271EF is #AD8E10. Grayscale: #757575. Windows color (decimal): -11374097 or 15692114. OLE color: 15692114.
HSL color Cylindrical-coordinate representation of color #5271EF: hue angle of 228.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5271EF is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 113 | 239 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.06 |
| HSL | 228.15º | 0.83% | 0.63% | - |
| HSV(B) | 228.15º | 0.66% | 0.94% | - |
| XYZ | 24.96 | 19.84 | 84.17 | - |
| YUV | 118.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 239 | 0.66 | 0.53 | 0 | 0.06 | 228.15 | 0.83 | 0.63 |
| Hex | 52 | 71 | EF | 42 | 35 | 0 | 6 | E4 | 53 | 3F |
| Octal | 122 | 161 | 357 | 102 | 65 | 0 | 6 | 344 | 123 | 77 |
| Binary | 1010010 | 1110001 | 11101111 | 1000010 | 110101 | 0 | 110 | 11100100 | 1010011 | 111111 |
Color Harmonies of #5271EF
Complementary color
Monochromatic Colors of #5271EF
Black with #5271EF
Text Example
Text Example
White with #5271EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271EF; }
p { color: rgb(82,113,239); }
H1.HeaderClassName
{
color: #5271EF;
}
.AnyTagClassName
{
color: #5271EF;
}
</style>
background-color css
<style>
a { background-color: #5271EF; }
a { background-color: rgb(82,113,239); }
div.DivClassName
{
background-color: #5271EF;
}
.BgClassName
{
background-color: #5271EF;
}
</style>
border-color css
<style>
span { border-color: #5271EF; }
span { border-color: rgb(82,113,239); }
td.TdClassName
{
border-color: #5271EF;
}
.TagClassName
{
border-color: #5271EF;
}
</style>