Shades of Royal Blue #357DDC
Tints of Royal Blue #357DDC
RGB
CMYK
RGB Variations
Color information
#357DDC (or 0x357DDC) is known color: Royal Blue. HEX triplet: 35, 7D and DC. RGB value is (53,125,220). Sum of RGB (Red+Green+Blue) = 53+125+220=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #357DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DDC is #CA8223. Grayscale: #717171. Windows color (decimal): -13271588 or 14449973. OLE color: 14449973.
HSL color Cylindrical-coordinate representation of color #357DDC: hue angle of 214.13º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357DDC is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 125 | 220 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.14 |
| HSL | 214.13º | 0.7% | 0.54% | - |
| HSV(B) | 214.13º | 0.76% | 0.86% | - |
| XYZ | 21.72 | 20.59 | 70.54 | - |
| YUV | 114.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 220 | 0.76 | 0.43 | 0 | 0.14 | 214.13 | 0.7 | 0.54 |
| Hex | 35 | 7D | DC | 4C | 2B | 0 | E | D6 | 46 | 36 |
| Octal | 65 | 175 | 334 | 114 | 53 | 0 | 16 | 326 | 106 | 66 |
| Binary | 110101 | 1111101 | 11011100 | 1001100 | 101011 | 0 | 1110 | 11010110 | 1000110 | 110110 |
Color Harmonies of #357DDC
Complementary color
Monochromatic Colors of #357DDC
Black with #357DDC
Text Example
Text Example
White with #357DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DDC; }
p { color: rgb(53,125,220); }
H1.HeaderClassName
{
color: #357DDC;
}
.AnyTagClassName
{
color: #357DDC;
}
</style>
background-color css
<style>
a { background-color: #357DDC; }
a { background-color: rgb(53,125,220); }
div.DivClassName
{
background-color: #357DDC;
}
.BgClassName
{
background-color: #357DDC;
}
</style>
border-color css
<style>
span { border-color: #357DDC; }
span { border-color: rgb(53,125,220); }
td.TdClassName
{
border-color: #357DDC;
}
.TagClassName
{
border-color: #357DDC;
}
</style>