Shades of Royal Blue #357EDB
Tints of Royal Blue #357EDB
RGB
CMYK
RGB Variations
Color information
#357EDB (or 0x357EDB) is known color: Royal Blue. HEX triplet: 35, 7E and DB. RGB value is (53,126,219). Sum of RGB (Red+Green+Blue) = 53+126+219=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #357EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EDB is #CA8124. Grayscale: #727272. Windows color (decimal): -13271333 or 14384693. OLE color: 14384693.
HSL color Cylindrical-coordinate representation of color #357EDB: hue angle of 213.61º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357EDB is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 126 | 219 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.14 |
| HSL | 213.61º | 0.7% | 0.53% | - |
| HSV(B) | 213.61º | 0.76% | 0.86% | - |
| XYZ | 21.72 | 20.79 | 69.89 | - |
| YUV | 114.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 219 | 0.76 | 0.42 | 0 | 0.14 | 213.61 | 0.7 | 0.53 |
| Hex | 35 | 7E | DB | 4C | 2A | 0 | E | D6 | 46 | 35 |
| Octal | 65 | 176 | 333 | 114 | 52 | 0 | 16 | 326 | 106 | 65 |
| Binary | 110101 | 1111110 | 11011011 | 1001100 | 101010 | 0 | 1110 | 11010110 | 1000110 | 110101 |
Color Harmonies of #357EDB
Complementary color
Monochromatic Colors of #357EDB
Black with #357EDB
Text Example
Text Example
White with #357EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EDB; }
p { color: rgb(53,126,219); }
H1.HeaderClassName
{
color: #357EDB;
}
.AnyTagClassName
{
color: #357EDB;
}
</style>
background-color css
<style>
a { background-color: #357EDB; }
a { background-color: rgb(53,126,219); }
div.DivClassName
{
background-color: #357EDB;
}
.BgClassName
{
background-color: #357EDB;
}
</style>
border-color css
<style>
span { border-color: #357EDB; }
span { border-color: rgb(53,126,219); }
td.TdClassName
{
border-color: #357EDB;
}
.TagClassName
{
border-color: #357EDB;
}
</style>