Shades of Royal Blue #5274EF
Tints of Royal Blue #5274EF
RGB
CMYK
RGB Variations
Color information
#5274EF (or 0x5274EF) is known color: Royal Blue. HEX triplet: 52, 74 and EF. RGB value is (82,116,239). Sum of RGB (Red+Green+Blue) = 82+116+239=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #5274EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5274EF is #AD8B10. Grayscale: #777777. Windows color (decimal): -11373329 or 15692882. OLE color: 15692882.
HSL color Cylindrical-coordinate representation of color #5274EF: hue angle of 227.01º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5274EF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 116 | 239 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.06 |
| HSL | 227.01º | 0.83% | 0.63% | - |
| HSV(B) | 227.01º | 0.66% | 0.94% | - |
| XYZ | 25.31 | 20.52 | 84.29 | - |
| YUV | 119.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 239 | 0.66 | 0.51 | 0 | 0.06 | 227.01 | 0.83 | 0.63 |
| Hex | 52 | 74 | EF | 42 | 33 | 0 | 6 | E3 | 53 | 3F |
| Octal | 122 | 164 | 357 | 102 | 63 | 0 | 6 | 343 | 123 | 77 |
| Binary | 1010010 | 1110100 | 11101111 | 1000010 | 110011 | 0 | 110 | 11100011 | 1010011 | 111111 |
Color Harmonies of #5274EF
Complementary color
Monochromatic Colors of #5274EF
Black with #5274EF
Text Example
Text Example
White with #5274EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5274EF; }
p { color: rgb(82,116,239); }
H1.HeaderClassName
{
color: #5274EF;
}
.AnyTagClassName
{
color: #5274EF;
}
</style>
background-color css
<style>
a { background-color: #5274EF; }
a { background-color: rgb(82,116,239); }
div.DivClassName
{
background-color: #5274EF;
}
.BgClassName
{
background-color: #5274EF;
}
</style>
border-color css
<style>
span { border-color: #5274EF; }
span { border-color: rgb(82,116,239); }
td.TdClassName
{
border-color: #5274EF;
}
.TagClassName
{
border-color: #5274EF;
}
</style>