Shades of Royal Blue #5378EA
Tints of Royal Blue #5378EA
RGB
CMYK
RGB Variations
Color information
#5378EA (or 0x5378EA) is known color: Royal Blue. HEX triplet: 53, 78 and EA. RGB value is (83,120,234). Sum of RGB (Red+Green+Blue) = 83+120+234=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #5378EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5378EA is #AC8715. Grayscale: #797979. Windows color (decimal): -11306774 or 15366227. OLE color: 15366227.
HSL color Cylindrical-coordinate representation of color #5378EA: hue angle of 225.3º degrees, saturation: 0.78, 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 #5378EA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 120 | 234 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.08 |
| HSL | 225.3º | 0.78% | 0.62% | - |
| HSV(B) | 225.3º | 0.65% | 0.92% | - |
| XYZ | 25.14 | 21.21 | 80.61 | - |
| YUV | 121.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 234 | 0.65 | 0.49 | 0 | 0.08 | 225.3 | 0.78 | 0.62 |
| Hex | 53 | 78 | EA | 41 | 31 | 0 | 8 | E1 | 4E | 3E |
| Octal | 123 | 170 | 352 | 101 | 61 | 0 | 10 | 341 | 116 | 76 |
| Binary | 1010011 | 1111000 | 11101010 | 1000001 | 110001 | 0 | 1000 | 11100001 | 1001110 | 111110 |
Color Harmonies of #5378EA
Complementary color
Monochromatic Colors of #5378EA
Black with #5378EA
Text Example
Text Example
White with #5378EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5378EA; }
p { color: rgb(83,120,234); }
H1.HeaderClassName
{
color: #5378EA;
}
.AnyTagClassName
{
color: #5378EA;
}
</style>
background-color css
<style>
a { background-color: #5378EA; }
a { background-color: rgb(83,120,234); }
div.DivClassName
{
background-color: #5378EA;
}
.BgClassName
{
background-color: #5378EA;
}
</style>
border-color css
<style>
span { border-color: #5378EA; }
span { border-color: rgb(83,120,234); }
td.TdClassName
{
border-color: #5378EA;
}
.TagClassName
{
border-color: #5378EA;
}
</style>