Shades of Royal Blue #357FDD
Tints of Royal Blue #357FDD
RGB
CMYK
RGB Variations
Color information
#357FDD (or 0x357FDD) is known color: Royal Blue. HEX triplet: 35, 7F and DD. RGB value is (53,127,221). Sum of RGB (Red+Green+Blue) = 53+127+221=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #357FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FDD is #CA8022. Grayscale: #737373. Windows color (decimal): -13271075 or 14516021. OLE color: 14516021.
HSL color Cylindrical-coordinate representation of color #357FDD: hue angle of 213.57º 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 #357FDD is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 127 | 221 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.13 |
| HSL | 213.57º | 0.71% | 0.54% | - |
| HSV(B) | 213.57º | 0.76% | 0.87% | - |
| XYZ | 22.11 | 21.16 | 71.32 | - |
| YUV | 115.59 | 187.48 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 221 | 0.76 | 0.43 | 0 | 0.13 | 213.57 | 0.71 | 0.54 |
| Hex | 35 | 7F | DD | 4C | 2B | 0 | D | D6 | 47 | 36 |
| Octal | 65 | 177 | 335 | 114 | 53 | 0 | 15 | 326 | 107 | 66 |
| Binary | 110101 | 1111111 | 11011101 | 1001100 | 101011 | 0 | 1101 | 11010110 | 1000111 | 110110 |
Color Harmonies of #357FDD
Complementary color
Monochromatic Colors of #357FDD
Black with #357FDD
Text Example
Text Example
White with #357FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357FDD; }
p { color: rgb(53,127,221); }
H1.HeaderClassName
{
color: #357FDD;
}
.AnyTagClassName
{
color: #357FDD;
}
</style>
background-color css
<style>
a { background-color: #357FDD; }
a { background-color: rgb(53,127,221); }
div.DivClassName
{
background-color: #357FDD;
}
.BgClassName
{
background-color: #357FDD;
}
</style>
border-color css
<style>
span { border-color: #357FDD; }
span { border-color: rgb(53,127,221); }
td.TdClassName
{
border-color: #357FDD;
}
.TagClassName
{
border-color: #357FDD;
}
</style>