Shades of Royal Blue #5270ED
Tints of Royal Blue #5270ED
RGB
CMYK
RGB Variations
Color information
#5270ED (or 0x5270ED) is known color: Royal Blue. HEX triplet: 52, 70 and ED. RGB value is (82,112,237). Sum of RGB (Red+Green+Blue) = 82+112+237=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #5270ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5270ED is #AD8F12. Grayscale: #747474. Windows color (decimal): -11374355 or 15560786. OLE color: 15560786.
HSL color Cylindrical-coordinate representation of color #5270ED: hue angle of 228.39º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5270ED is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 112 | 237 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.07 |
| HSL | 228.39º | 0.81% | 0.63% | - |
| HSV(B) | 228.39º | 0.65% | 0.93% | - |
| XYZ | 24.56 | 19.5 | 82.59 | - |
| YUV | 117.28 | 195.56 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 237 | 0.65 | 0.53 | 0 | 0.07 | 228.39 | 0.81 | 0.63 |
| Hex | 52 | 70 | ED | 41 | 35 | 0 | 7 | E4 | 51 | 3F |
| Octal | 122 | 160 | 355 | 101 | 65 | 0 | 7 | 344 | 121 | 77 |
| Binary | 1010010 | 1110000 | 11101101 | 1000001 | 110101 | 0 | 111 | 11100100 | 1010001 | 111111 |
Color Harmonies of #5270ED
Complementary color
Monochromatic Colors of #5270ED
Black with #5270ED
Text Example
Text Example
White with #5270ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5270ED; }
p { color: rgb(82,112,237); }
H1.HeaderClassName
{
color: #5270ED;
}
.AnyTagClassName
{
color: #5270ED;
}
</style>
background-color css
<style>
a { background-color: #5270ED; }
a { background-color: rgb(82,112,237); }
div.DivClassName
{
background-color: #5270ED;
}
.BgClassName
{
background-color: #5270ED;
}
</style>
border-color css
<style>
span { border-color: #5270ED; }
span { border-color: rgb(82,112,237); }
td.TdClassName
{
border-color: #5270ED;
}
.TagClassName
{
border-color: #5270ED;
}
</style>