Shades of Royal Blue #357CE8
Tints of Royal Blue #357CE8
RGB
CMYK
RGB Variations
Color information
#357CE8 (or 0x357CE8) is known color: Royal Blue. HEX triplet: 35, 7C and E8. RGB value is (53,124,232). Sum of RGB (Red+Green+Blue) = 53+124+232=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #357CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357CE8 is #CA8317. Grayscale: #727272. Windows color (decimal): -13271832 or 15236149. OLE color: 15236149.
HSL color Cylindrical-coordinate representation of color #357CE8: hue angle of 216.2º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #357CE8 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 124 | 232 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.09 |
| HSL | 216.2º | 0.8% | 0.56% | - |
| HSV(B) | 216.2º | 0.77% | 0.91% | - |
| XYZ | 23.24 | 21 | 79.17 | - |
| YUV | 115.08 | 193.98 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 232 | 0.77 | 0.47 | 0 | 0.09 | 216.2 | 0.8 | 0.56 |
| Hex | 35 | 7C | E8 | 4D | 2F | 0 | 9 | D8 | 50 | 38 |
| Octal | 65 | 174 | 350 | 115 | 57 | 0 | 11 | 330 | 120 | 70 |
| Binary | 110101 | 1111100 | 11101000 | 1001101 | 101111 | 0 | 1001 | 11011000 | 1010000 | 111000 |
Color Harmonies of #357CE8
Complementary color
Monochromatic Colors of #357CE8
Black with #357CE8
Text Example
Text Example
White with #357CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CE8; }
p { color: rgb(53,124,232); }
H1.HeaderClassName
{
color: #357CE8;
}
.AnyTagClassName
{
color: #357CE8;
}
</style>
background-color css
<style>
a { background-color: #357CE8; }
a { background-color: rgb(53,124,232); }
div.DivClassName
{
background-color: #357CE8;
}
.BgClassName
{
background-color: #357CE8;
}
</style>
border-color css
<style>
span { border-color: #357CE8; }
span { border-color: rgb(53,124,232); }
td.TdClassName
{
border-color: #357CE8;
}
.TagClassName
{
border-color: #357CE8;
}
</style>