Shades of Royal Blue #5374EB
Tints of Royal Blue #5374EB
RGB
CMYK
RGB Variations
Color information
#5374EB (or 0x5374EB) is known color: Royal Blue. HEX triplet: 53, 74 and EB. RGB value is (83,116,235). Sum of RGB (Red+Green+Blue) = 83+116+235=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #5374EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5374EB is #AC8B14. Grayscale: #777777. Windows color (decimal): -11307797 or 15430739. OLE color: 15430739.
HSL color Cylindrical-coordinate representation of color #5374EB: hue angle of 226.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5374EB is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 116 | 235 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.08 |
| HSL | 226.97º | 0.79% | 0.62% | - |
| HSV(B) | 226.97º | 0.65% | 0.92% | - |
| XYZ | 24.81 | 20.33 | 81.21 | - |
| YUV | 119.7 | 193.07 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 235 | 0.65 | 0.51 | 0 | 0.08 | 226.97 | 0.79 | 0.62 |
| Hex | 53 | 74 | EB | 41 | 33 | 0 | 8 | E3 | 4F | 3E |
| Octal | 123 | 164 | 353 | 101 | 63 | 0 | 10 | 343 | 117 | 76 |
| Binary | 1010011 | 1110100 | 11101011 | 1000001 | 110011 | 0 | 1000 | 11100011 | 1001111 | 111110 |
Color Harmonies of #5374EB
Complementary color
Monochromatic Colors of #5374EB
Black with #5374EB
Text Example
Text Example
White with #5374EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5374EB; }
p { color: rgb(83,116,235); }
H1.HeaderClassName
{
color: #5374EB;
}
.AnyTagClassName
{
color: #5374EB;
}
</style>
background-color css
<style>
a { background-color: #5374EB; }
a { background-color: rgb(83,116,235); }
div.DivClassName
{
background-color: #5374EB;
}
.BgClassName
{
background-color: #5374EB;
}
</style>
border-color css
<style>
span { border-color: #5374EB; }
span { border-color: rgb(83,116,235); }
td.TdClassName
{
border-color: #5374EB;
}
.TagClassName
{
border-color: #5374EB;
}
</style>