Shades of Royal Blue #357CED
Tints of Royal Blue #357CED
RGB
CMYK
RGB Variations
Color information
#357CED (or 0x357CED) is known color: Royal Blue. HEX triplet: 35, 7C and ED. RGB value is (53,124,237). Sum of RGB (Red+Green+Blue) = 53+124+237=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #357CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357CED is #CA8312. Grayscale: #737373. Windows color (decimal): -13271827 or 15563829. OLE color: 15563829.
HSL color Cylindrical-coordinate representation of color #357CED: hue angle of 216.85º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #357CED is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 124 | 237 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.07 |
| HSL | 216.85º | 0.84% | 0.57% | - |
| HSV(B) | 216.85º | 0.78% | 0.93% | - |
| XYZ | 23.96 | 21.29 | 82.97 | - |
| YUV | 115.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 237 | 0.78 | 0.48 | 0 | 0.07 | 216.85 | 0.84 | 0.57 |
| Hex | 35 | 7C | ED | 4E | 30 | 0 | 7 | D9 | 54 | 39 |
| Octal | 65 | 174 | 355 | 116 | 60 | 0 | 7 | 331 | 124 | 71 |
| Binary | 110101 | 1111100 | 11101101 | 1001110 | 110000 | 0 | 111 | 11011001 | 1010100 | 111001 |
Color Harmonies of #357CED
Complementary color
Monochromatic Colors of #357CED
Black with #357CED
Text Example
Text Example
White with #357CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CED; }
p { color: rgb(53,124,237); }
H1.HeaderClassName
{
color: #357CED;
}
.AnyTagClassName
{
color: #357CED;
}
</style>
background-color css
<style>
a { background-color: #357CED; }
a { background-color: rgb(53,124,237); }
div.DivClassName
{
background-color: #357CED;
}
.BgClassName
{
background-color: #357CED;
}
</style>
border-color css
<style>
span { border-color: #357CED; }
span { border-color: rgb(53,124,237); }
td.TdClassName
{
border-color: #357CED;
}
.TagClassName
{
border-color: #357CED;
}
</style>