Shades of Royal Blue #5375EB
Tints of Royal Blue #5375EB
RGB
CMYK
RGB Variations
Color information
#5375EB (or 0x5375EB) is known color: Royal Blue. HEX triplet: 53, 75 and EB. RGB value is (83,117,235). Sum of RGB (Red+Green+Blue) = 83+117+235=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #5375EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5375EB is #AC8A14. Grayscale: #777777. Windows color (decimal): -11307541 or 15430995. OLE color: 15430995.
HSL color Cylindrical-coordinate representation of color #5375EB: hue angle of 226.58º 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 #5375EB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 117 | 235 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.08 |
| HSL | 226.58º | 0.79% | 0.62% | - |
| HSV(B) | 226.58º | 0.65% | 0.92% | - |
| XYZ | 24.92 | 20.56 | 81.25 | - |
| YUV | 120.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 235 | 0.65 | 0.50 | 0 | 0.08 | 226.58 | 0.79 | 0.62 |
| Hex | 53 | 75 | EB | 41 | 32 | 0 | 8 | E3 | 4F | 3E |
| Octal | 123 | 165 | 353 | 101 | 62 | 0 | 10 | 343 | 117 | 76 |
| Binary | 1010011 | 1110101 | 11101011 | 1000001 | 110010 | 0 | 1000 | 11100011 | 1001111 | 111110 |
Color Harmonies of #5375EB
Complementary color
Monochromatic Colors of #5375EB
Black with #5375EB
Text Example
Text Example
White with #5375EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5375EB; }
p { color: rgb(83,117,235); }
H1.HeaderClassName
{
color: #5375EB;
}
.AnyTagClassName
{
color: #5375EB;
}
</style>
background-color css
<style>
a { background-color: #5375EB; }
a { background-color: rgb(83,117,235); }
div.DivClassName
{
background-color: #5375EB;
}
.BgClassName
{
background-color: #5375EB;
}
</style>
border-color css
<style>
span { border-color: #5375EB; }
span { border-color: rgb(83,117,235); }
td.TdClassName
{
border-color: #5375EB;
}
.TagClassName
{
border-color: #5375EB;
}
</style>