Shades of Royal Blue #5270E0
Tints of Royal Blue #5270E0
RGB
CMYK
RGB Variations
Color information
#5270E0 (or 0x5270E0) is known color: Royal Blue. HEX triplet: 52, 70 and E0. RGB value is (82,112,224). Sum of RGB (Red+Green+Blue) = 82+112+224=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #5270E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270E0 is #AD8F1F. Grayscale: #737373. Windows color (decimal): -11374368 or 14708818. OLE color: 14708818.
HSL color Cylindrical-coordinate representation of color #5270E0: hue angle of 227.32º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5270E0 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 112 | 224 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.12 |
| HSL | 227.32º | 0.7% | 0.6% | - |
| HSV(B) | 227.32º | 0.63% | 0.88% | - |
| XYZ | 22.73 | 18.76 | 72.94 | - |
| YUV | 115.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 224 | 0.63 | 0.50 | 0 | 0.12 | 227.32 | 0.7 | 0.6 |
| Hex | 52 | 70 | E0 | 3F | 32 | 0 | C | E3 | 46 | 3C |
| Octal | 122 | 160 | 340 | 77 | 62 | 0 | 14 | 343 | 106 | 74 |
| Binary | 1010010 | 1110000 | 11100000 | 111111 | 110010 | 0 | 1100 | 11100011 | 1000110 | 111100 |
Color Harmonies of #5270E0
Complementary color
Monochromatic Colors of #5270E0
Black with #5270E0
Text Example
Text Example
White with #5270E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5270E0; }
p { color: rgb(82,112,224); }
H1.HeaderClassName
{
color: #5270E0;
}
.AnyTagClassName
{
color: #5270E0;
}
</style>
background-color css
<style>
a { background-color: #5270E0; }
a { background-color: rgb(82,112,224); }
div.DivClassName
{
background-color: #5270E0;
}
.BgClassName
{
background-color: #5270E0;
}
</style>
border-color css
<style>
span { border-color: #5270E0; }
span { border-color: rgb(82,112,224); }
td.TdClassName
{
border-color: #5270E0;
}
.TagClassName
{
border-color: #5270E0;
}
</style>