Shades of Royal Blue #5274EE
Tints of Royal Blue #5274EE
RGB
CMYK
RGB Variations
Color information
#5274EE (or 0x5274EE) is known color: Royal Blue. HEX triplet: 52, 74 and EE. RGB value is (82,116,238). Sum of RGB (Red+Green+Blue) = 82+116+238=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #5274EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5274EE is #AD8B11. Grayscale: #777777. Windows color (decimal): -11373330 or 15627346. OLE color: 15627346.
HSL color Cylindrical-coordinate representation of color #5274EE: hue angle of 226.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5274EE is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 116 | 238 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.07 |
| HSL | 226.92º | 0.82% | 0.63% | - |
| HSV(B) | 226.92º | 0.66% | 0.93% | - |
| XYZ | 25.16 | 20.46 | 83.51 | - |
| YUV | 119.74 | 194.74 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 238 | 0.66 | 0.51 | 0 | 0.07 | 226.92 | 0.82 | 0.63 |
| Hex | 52 | 74 | EE | 42 | 33 | 0 | 7 | E3 | 52 | 3F |
| Octal | 122 | 164 | 356 | 102 | 63 | 0 | 7 | 343 | 122 | 77 |
| Binary | 1010010 | 1110100 | 11101110 | 1000010 | 110011 | 0 | 111 | 11100011 | 1010010 | 111111 |
Color Harmonies of #5274EE
Complementary color
Monochromatic Colors of #5274EE
Black with #5274EE
Text Example
Text Example
White with #5274EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5274EE; }
p { color: rgb(82,116,238); }
H1.HeaderClassName
{
color: #5274EE;
}
.AnyTagClassName
{
color: #5274EE;
}
</style>
background-color css
<style>
a { background-color: #5274EE; }
a { background-color: rgb(82,116,238); }
div.DivClassName
{
background-color: #5274EE;
}
.BgClassName
{
background-color: #5274EE;
}
</style>
border-color css
<style>
span { border-color: #5274EE; }
span { border-color: rgb(82,116,238); }
td.TdClassName
{
border-color: #5274EE;
}
.TagClassName
{
border-color: #5274EE;
}
</style>