Shades of Royal Blue #357FE0
Tints of Royal Blue #357FE0
RGB
CMYK
RGB Variations
Color information
#357FE0 (or 0x357FE0) is known color: Royal Blue. HEX triplet: 35, 7F and E0. RGB value is (53,127,224). Sum of RGB (Red+Green+Blue) = 53+127+224=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #357FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FE0 is #CA801F. Grayscale: #737373. Windows color (decimal): -13271072 or 14712629. OLE color: 14712629.
HSL color Cylindrical-coordinate representation of color #357FE0: hue angle of 214.04º 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 #357FE0 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 127 | 224 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.12 |
| HSL | 214.04º | 0.73% | 0.54% | - |
| HSV(B) | 214.04º | 0.76% | 0.88% | - |
| XYZ | 22.51 | 21.32 | 73.45 | - |
| YUV | 115.93 | 188.98 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 224 | 0.76 | 0.43 | 0 | 0.12 | 214.04 | 0.73 | 0.54 |
| Hex | 35 | 7F | E0 | 4C | 2B | 0 | C | D6 | 49 | 36 |
| Octal | 65 | 177 | 340 | 114 | 53 | 0 | 14 | 326 | 111 | 66 |
| Binary | 110101 | 1111111 | 11100000 | 1001100 | 101011 | 0 | 1100 | 11010110 | 1001001 | 110110 |
Color Harmonies of #357FE0
Complementary color
Monochromatic Colors of #357FE0
Black with #357FE0
Text Example
Text Example
White with #357FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357FE0; }
p { color: rgb(53,127,224); }
H1.HeaderClassName
{
color: #357FE0;
}
.AnyTagClassName
{
color: #357FE0;
}
</style>
background-color css
<style>
a { background-color: #357FE0; }
a { background-color: rgb(53,127,224); }
div.DivClassName
{
background-color: #357FE0;
}
.BgClassName
{
background-color: #357FE0;
}
</style>
border-color css
<style>
span { border-color: #357FE0; }
span { border-color: rgb(53,127,224); }
td.TdClassName
{
border-color: #357FE0;
}
.TagClassName
{
border-color: #357FE0;
}
</style>