Shades of Royal Blue #5270EC
Tints of Royal Blue #5270EC
RGB
CMYK
RGB Variations
Color information
#5270EC (or 0x5270EC) is known color: Royal Blue. HEX triplet: 52, 70 and EC. RGB value is (82,112,236). Sum of RGB (Red+Green+Blue) = 82+112+236=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #5270EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5270EC is #AD8F13. Grayscale: #747474. Windows color (decimal): -11374356 or 15495250. OLE color: 15495250.
HSL color Cylindrical-coordinate representation of color #5270EC: hue angle of 228.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5270EC is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 112 | 236 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.07 |
| HSL | 228.31º | 0.8% | 0.62% | - |
| HSV(B) | 228.31º | 0.65% | 0.93% | - |
| XYZ | 24.41 | 19.44 | 81.82 | - |
| YUV | 117.17 | 195.06 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 236 | 0.65 | 0.53 | 0 | 0.07 | 228.31 | 0.8 | 0.62 |
| Hex | 52 | 70 | EC | 41 | 35 | 0 | 7 | E4 | 50 | 3E |
| Octal | 122 | 160 | 354 | 101 | 65 | 0 | 7 | 344 | 120 | 76 |
| Binary | 1010010 | 1110000 | 11101100 | 1000001 | 110101 | 0 | 111 | 11100100 | 1010000 | 111110 |
Color Harmonies of #5270EC
Complementary color
Monochromatic Colors of #5270EC
Black with #5270EC
Text Example
Text Example
White with #5270EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5270EC; }
p { color: rgb(82,112,236); }
H1.HeaderClassName
{
color: #5270EC;
}
.AnyTagClassName
{
color: #5270EC;
}
</style>
background-color css
<style>
a { background-color: #5270EC; }
a { background-color: rgb(82,112,236); }
div.DivClassName
{
background-color: #5270EC;
}
.BgClassName
{
background-color: #5270EC;
}
</style>
border-color css
<style>
span { border-color: #5270EC; }
span { border-color: rgb(82,112,236); }
td.TdClassName
{
border-color: #5270EC;
}
.TagClassName
{
border-color: #5270EC;
}
</style>