Shades of Royal Blue #357EDA
Tints of Royal Blue #357EDA
RGB
CMYK
RGB Variations
Color information
#357EDA (or 0x357EDA) is known color: Royal Blue. HEX triplet: 35, 7E and DA. RGB value is (53,126,218). Sum of RGB (Red+Green+Blue) = 53+126+218=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #357EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EDA is #CA8125. Grayscale: #727272. Windows color (decimal): -13271334 or 14319157. OLE color: 14319157.
HSL color Cylindrical-coordinate representation of color #357EDA: hue angle of 213.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357EDA is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 126 | 218 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.15 |
| HSL | 213.45º | 0.69% | 0.53% | - |
| HSV(B) | 213.45º | 0.76% | 0.85% | - |
| XYZ | 21.58 | 20.74 | 69.2 | - |
| YUV | 114.66 | 186.32 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 218 | 0.76 | 0.42 | 0 | 0.15 | 213.45 | 0.69 | 0.53 |
| Hex | 35 | 7E | DA | 4C | 2A | 0 | F | D5 | 45 | 35 |
| Octal | 65 | 176 | 332 | 114 | 52 | 0 | 17 | 325 | 105 | 65 |
| Binary | 110101 | 1111110 | 11011010 | 1001100 | 101010 | 0 | 1111 | 11010101 | 1000101 | 110101 |
Color Harmonies of #357EDA
Complementary color
Monochromatic Colors of #357EDA
Black with #357EDA
Text Example
Text Example
White with #357EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EDA; }
p { color: rgb(53,126,218); }
H1.HeaderClassName
{
color: #357EDA;
}
.AnyTagClassName
{
color: #357EDA;
}
</style>
background-color css
<style>
a { background-color: #357EDA; }
a { background-color: rgb(53,126,218); }
div.DivClassName
{
background-color: #357EDA;
}
.BgClassName
{
background-color: #357EDA;
}
</style>
border-color css
<style>
span { border-color: #357EDA; }
span { border-color: rgb(53,126,218); }
td.TdClassName
{
border-color: #357EDA;
}
.TagClassName
{
border-color: #357EDA;
}
</style>