Shades of Royal Blue #5374EA
Tints of Royal Blue #5374EA
RGB
CMYK
RGB Variations
Color information
#5374EA (or 0x5374EA) is known color: Royal Blue. HEX triplet: 53, 74 and EA. RGB value is (83,116,234). Sum of RGB (Red+Green+Blue) = 83+116+234=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #5374EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5374EA is #AC8B15. Grayscale: #777777. Windows color (decimal): -11307798 or 15365203. OLE color: 15365203.
HSL color Cylindrical-coordinate representation of color #5374EA: hue angle of 226.89º 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 #5374EA is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 116 | 234 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.08 |
| HSL | 226.89º | 0.78% | 0.62% | - |
| HSV(B) | 226.89º | 0.65% | 0.92% | - |
| XYZ | 24.66 | 20.27 | 80.45 | - |
| YUV | 119.59 | 192.57 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 234 | 0.65 | 0.50 | 0 | 0.08 | 226.89 | 0.78 | 0.62 |
| Hex | 53 | 74 | EA | 41 | 32 | 0 | 8 | E3 | 4E | 3E |
| Octal | 123 | 164 | 352 | 101 | 62 | 0 | 10 | 343 | 116 | 76 |
| Binary | 1010011 | 1110100 | 11101010 | 1000001 | 110010 | 0 | 1000 | 11100011 | 1001110 | 111110 |
Color Harmonies of #5374EA
Complementary color
Monochromatic Colors of #5374EA
Black with #5374EA
Text Example
Text Example
White with #5374EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5374EA; }
p { color: rgb(83,116,234); }
H1.HeaderClassName
{
color: #5374EA;
}
.AnyTagClassName
{
color: #5374EA;
}
</style>
background-color css
<style>
a { background-color: #5374EA; }
a { background-color: rgb(83,116,234); }
div.DivClassName
{
background-color: #5374EA;
}
.BgClassName
{
background-color: #5374EA;
}
</style>
border-color css
<style>
span { border-color: #5374EA; }
span { border-color: rgb(83,116,234); }
td.TdClassName
{
border-color: #5374EA;
}
.TagClassName
{
border-color: #5374EA;
}
</style>