Shades of Royal Blue #357EDD
Tints of Royal Blue #357EDD
RGB
CMYK
RGB Variations
Color information
#357EDD (or 0x357EDD) is known color: Royal Blue. HEX triplet: 35, 7E and DD. RGB value is (53,126,221). Sum of RGB (Red+Green+Blue) = 53+126+221=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #357EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EDD is #CA8122. Grayscale: #727272. Windows color (decimal): -13271331 or 14515765. OLE color: 14515765.
HSL color Cylindrical-coordinate representation of color #357EDD: hue angle of 213.93º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357EDD is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 126 | 221 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.13 |
| HSL | 213.93º | 0.71% | 0.54% | - |
| HSV(B) | 213.93º | 0.76% | 0.87% | - |
| XYZ | 21.98 | 20.9 | 71.28 | - |
| YUV | 115 | 187.82 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 221 | 0.76 | 0.43 | 0 | 0.13 | 213.93 | 0.71 | 0.54 |
| Hex | 35 | 7E | DD | 4C | 2B | 0 | D | D6 | 47 | 36 |
| Octal | 65 | 176 | 335 | 114 | 53 | 0 | 15 | 326 | 107 | 66 |
| Binary | 110101 | 1111110 | 11011101 | 1001100 | 101011 | 0 | 1101 | 11010110 | 1000111 | 110110 |
Color Harmonies of #357EDD
Complementary color
Monochromatic Colors of #357EDD
Black with #357EDD
Text Example
Text Example
White with #357EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EDD; }
p { color: rgb(53,126,221); }
H1.HeaderClassName
{
color: #357EDD;
}
.AnyTagClassName
{
color: #357EDD;
}
</style>
background-color css
<style>
a { background-color: #357EDD; }
a { background-color: rgb(53,126,221); }
div.DivClassName
{
background-color: #357EDD;
}
.BgClassName
{
background-color: #357EDD;
}
</style>
border-color css
<style>
span { border-color: #357EDD; }
span { border-color: rgb(53,126,221); }
td.TdClassName
{
border-color: #357EDD;
}
.TagClassName
{
border-color: #357EDD;
}
</style>