Shades of Royal Blue #5271EA
Tints of Royal Blue #5271EA
RGB
CMYK
RGB Variations
Color information
#5271EA (or 0x5271EA) is known color: Royal Blue. HEX triplet: 52, 71 and EA. RGB value is (82,113,234). Sum of RGB (Red+Green+Blue) = 82+113+234=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #5271EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5271EA is #AD8E15. Grayscale: #757575. Windows color (decimal): -11374102 or 15364434. OLE color: 15364434.
HSL color Cylindrical-coordinate representation of color #5271EA: hue angle of 227.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5271EA is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 113 | 234 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.08 |
| HSL | 227.76º | 0.78% | 0.62% | - |
| HSV(B) | 227.76º | 0.65% | 0.92% | - |
| XYZ | 24.24 | 19.54 | 80.34 | - |
| YUV | 117.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 234 | 0.65 | 0.52 | 0 | 0.08 | 227.76 | 0.78 | 0.62 |
| Hex | 52 | 71 | EA | 41 | 34 | 0 | 8 | E4 | 4E | 3E |
| Octal | 122 | 161 | 352 | 101 | 64 | 0 | 10 | 344 | 116 | 76 |
| Binary | 1010010 | 1110001 | 11101010 | 1000001 | 110100 | 0 | 1000 | 11100100 | 1001110 | 111110 |
Color Harmonies of #5271EA
Complementary color
Monochromatic Colors of #5271EA
Black with #5271EA
Text Example
Text Example
White with #5271EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271EA; }
p { color: rgb(82,113,234); }
H1.HeaderClassName
{
color: #5271EA;
}
.AnyTagClassName
{
color: #5271EA;
}
</style>
background-color css
<style>
a { background-color: #5271EA; }
a { background-color: rgb(82,113,234); }
div.DivClassName
{
background-color: #5271EA;
}
.BgClassName
{
background-color: #5271EA;
}
</style>
border-color css
<style>
span { border-color: #5271EA; }
span { border-color: rgb(82,113,234); }
td.TdClassName
{
border-color: #5271EA;
}
.TagClassName
{
border-color: #5271EA;
}
</style>