Shades of Royal Blue #5370F0
Tints of Royal Blue #5370F0
RGB
CMYK
RGB Variations
Color information
#5370F0 (or 0x5370F0) is known color: Royal Blue. HEX triplet: 53, 70 and F0. RGB value is (83,112,240). Sum of RGB (Red+Green+Blue) = 83+112+240=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #5370F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5370F0 is #AC8F0F. Grayscale: #757575. Windows color (decimal): -11308816 or 15757395. OLE color: 15757395.
HSL color Cylindrical-coordinate representation of color #5370F0: hue angle of 228.92º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5370F0 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 112 | 240 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.06 |
| HSL | 228.92º | 0.84% | 0.63% | - |
| HSV(B) | 228.92º | 0.65% | 0.94% | - |
| XYZ | 25.09 | 19.72 | 84.92 | - |
| YUV | 117.92 | 196.89 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 240 | 0.65 | 0.53 | 0 | 0.06 | 228.92 | 0.84 | 0.63 |
| Hex | 53 | 70 | F0 | 41 | 35 | 0 | 6 | E5 | 54 | 3F |
| Octal | 123 | 160 | 360 | 101 | 65 | 0 | 6 | 345 | 124 | 77 |
| Binary | 1010011 | 1110000 | 11110000 | 1000001 | 110101 | 0 | 110 | 11100101 | 1010100 | 111111 |
Color Harmonies of #5370F0
Complementary color
Monochromatic Colors of #5370F0
Black with #5370F0
Text Example
Text Example
White with #5370F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5370F0; }
p { color: rgb(83,112,240); }
H1.HeaderClassName
{
color: #5370F0;
}
.AnyTagClassName
{
color: #5370F0;
}
</style>
background-color css
<style>
a { background-color: #5370F0; }
a { background-color: rgb(83,112,240); }
div.DivClassName
{
background-color: #5370F0;
}
.BgClassName
{
background-color: #5370F0;
}
</style>
border-color css
<style>
span { border-color: #5370F0; }
span { border-color: rgb(83,112,240); }
td.TdClassName
{
border-color: #5370F0;
}
.TagClassName
{
border-color: #5370F0;
}
</style>