Shades of Royal Blue #357CE0
Tints of Royal Blue #357CE0
RGB
CMYK
RGB Variations
Color information
#357CE0 (or 0x357CE0) is known color: Royal Blue. HEX triplet: 35, 7C and E0. RGB value is (53,124,224). Sum of RGB (Red+Green+Blue) = 53+124+224=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #357CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CE0 is #CA831F. Grayscale: #717171. Windows color (decimal): -13271840 or 14711861. OLE color: 14711861.
HSL color Cylindrical-coordinate representation of color #357CE0: hue angle of 215.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357CE0 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 124 | 224 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.12 |
| HSL | 215.09º | 0.73% | 0.54% | - |
| HSV(B) | 215.09º | 0.76% | 0.88% | - |
| XYZ | 22.13 | 20.55 | 73.32 | - |
| YUV | 114.17 | 189.98 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 224 | 0.76 | 0.45 | 0 | 0.12 | 215.09 | 0.73 | 0.54 |
| Hex | 35 | 7C | E0 | 4C | 2D | 0 | C | D7 | 49 | 36 |
| Octal | 65 | 174 | 340 | 114 | 55 | 0 | 14 | 327 | 111 | 66 |
| Binary | 110101 | 1111100 | 11100000 | 1001100 | 101101 | 0 | 1100 | 11010111 | 1001001 | 110110 |
Color Harmonies of #357CE0
Complementary color
Monochromatic Colors of #357CE0
Black with #357CE0
Text Example
Text Example
White with #357CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CE0; }
p { color: rgb(53,124,224); }
H1.HeaderClassName
{
color: #357CE0;
}
.AnyTagClassName
{
color: #357CE0;
}
</style>
background-color css
<style>
a { background-color: #357CE0; }
a { background-color: rgb(53,124,224); }
div.DivClassName
{
background-color: #357CE0;
}
.BgClassName
{
background-color: #357CE0;
}
</style>
border-color css
<style>
span { border-color: #357CE0; }
span { border-color: rgb(53,124,224); }
td.TdClassName
{
border-color: #357CE0;
}
.TagClassName
{
border-color: #357CE0;
}
</style>