Shades of Royal Blue #357BDF
Tints of Royal Blue #357BDF
RGB
CMYK
RGB Variations
Color information
#357BDF (or 0x357BDF) is known color: Royal Blue. HEX triplet: 35, 7B and DF. RGB value is (53,123,223). Sum of RGB (Red+Green+Blue) = 53+123+223=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #357BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BDF is #CA8420. Grayscale: #717171. Windows color (decimal): -13272097 or 14646069. OLE color: 14646069.
HSL color Cylindrical-coordinate representation of color #357BDF: hue angle of 215.29º degrees, saturation: 0.73, 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 #357BDF is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 123 | 223 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.13 |
| HSL | 215.29º | 0.73% | 0.54% | - |
| HSV(B) | 215.29º | 0.76% | 0.87% | - |
| XYZ | 21.87 | 20.25 | 72.57 | - |
| YUV | 113.47 | 189.81 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 223 | 0.76 | 0.45 | 0 | 0.13 | 215.29 | 0.73 | 0.54 |
| Hex | 35 | 7B | DF | 4C | 2D | 0 | D | D7 | 49 | 36 |
| Octal | 65 | 173 | 337 | 114 | 55 | 0 | 15 | 327 | 111 | 66 |
| Binary | 110101 | 1111011 | 11011111 | 1001100 | 101101 | 0 | 1101 | 11010111 | 1001001 | 110110 |
Color Harmonies of #357BDF
Complementary color
Monochromatic Colors of #357BDF
Black with #357BDF
Text Example
Text Example
White with #357BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BDF; }
p { color: rgb(53,123,223); }
H1.HeaderClassName
{
color: #357BDF;
}
.AnyTagClassName
{
color: #357BDF;
}
</style>
background-color css
<style>
a { background-color: #357BDF; }
a { background-color: rgb(53,123,223); }
div.DivClassName
{
background-color: #357BDF;
}
.BgClassName
{
background-color: #357BDF;
}
</style>
border-color css
<style>
span { border-color: #357BDF; }
span { border-color: rgb(53,123,223); }
td.TdClassName
{
border-color: #357BDF;
}
.TagClassName
{
border-color: #357BDF;
}
</style>