Shades of Royal Blue #357FDF
Tints of Royal Blue #357FDF
RGB
CMYK
RGB Variations
Color information
#357FDF (or 0x357FDF) is known color: Royal Blue. HEX triplet: 35, 7F and DF. RGB value is (53,127,223). Sum of RGB (Red+Green+Blue) = 53+127+223=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #357FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FDF is #CA8020. Grayscale: #737373. Windows color (decimal): -13271073 or 14647093. OLE color: 14647093.
HSL color Cylindrical-coordinate representation of color #357FDF: hue angle of 213.88º 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 #357FDF is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 127 | 223 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.13 |
| HSL | 213.88º | 0.73% | 0.54% | - |
| HSV(B) | 213.88º | 0.76% | 0.87% | - |
| XYZ | 22.38 | 21.26 | 72.74 | - |
| YUV | 115.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 223 | 0.76 | 0.43 | 0 | 0.13 | 213.88 | 0.73 | 0.54 |
| Hex | 35 | 7F | DF | 4C | 2B | 0 | D | D6 | 49 | 36 |
| Octal | 65 | 177 | 337 | 114 | 53 | 0 | 15 | 326 | 111 | 66 |
| Binary | 110101 | 1111111 | 11011111 | 1001100 | 101011 | 0 | 1101 | 11010110 | 1001001 | 110110 |
Color Harmonies of #357FDF
Complementary color
Monochromatic Colors of #357FDF
Black with #357FDF
Text Example
Text Example
White with #357FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357FDF; }
p { color: rgb(53,127,223); }
H1.HeaderClassName
{
color: #357FDF;
}
.AnyTagClassName
{
color: #357FDF;
}
</style>
background-color css
<style>
a { background-color: #357FDF; }
a { background-color: rgb(53,127,223); }
div.DivClassName
{
background-color: #357FDF;
}
.BgClassName
{
background-color: #357FDF;
}
</style>
border-color css
<style>
span { border-color: #357FDF; }
span { border-color: rgb(53,127,223); }
td.TdClassName
{
border-color: #357FDF;
}
.TagClassName
{
border-color: #357FDF;
}
</style>