Shades of Royal Blue #357DF0
Tints of Royal Blue #357DF0
RGB
CMYK
RGB Variations
Color information
#357DF0 (or 0x357DF0) is known color: Royal Blue. HEX triplet: 35, 7D and F0. RGB value is (53,125,240). Sum of RGB (Red+Green+Blue) = 53+125+240=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #357DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357DF0 is #CA820F. Grayscale: #747474. Windows color (decimal): -13271568 or 15760693. OLE color: 15760693.
HSL color Cylindrical-coordinate representation of color #357DF0: hue angle of 216.9º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #357DF0 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 125 | 240 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.06 |
| HSL | 216.9º | 0.86% | 0.57% | - |
| HSV(B) | 216.9º | 0.78% | 0.94% | - |
| XYZ | 24.53 | 21.72 | 85.34 | - |
| YUV | 116.58 | 197.65 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 240 | 0.78 | 0.48 | 0 | 0.06 | 216.9 | 0.86 | 0.57 |
| Hex | 35 | 7D | F0 | 4E | 30 | 0 | 6 | D9 | 56 | 39 |
| Octal | 65 | 175 | 360 | 116 | 60 | 0 | 6 | 331 | 126 | 71 |
| Binary | 110101 | 1111101 | 11110000 | 1001110 | 110000 | 0 | 110 | 11011001 | 1010110 | 111001 |
Color Harmonies of #357DF0
Complementary color
Monochromatic Colors of #357DF0
Black with #357DF0
Text Example
Text Example
White with #357DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DF0; }
p { color: rgb(53,125,240); }
H1.HeaderClassName
{
color: #357DF0;
}
.AnyTagClassName
{
color: #357DF0;
}
</style>
background-color css
<style>
a { background-color: #357DF0; }
a { background-color: rgb(53,125,240); }
div.DivClassName
{
background-color: #357DF0;
}
.BgClassName
{
background-color: #357DF0;
}
</style>
border-color css
<style>
span { border-color: #357DF0; }
span { border-color: rgb(53,125,240); }
td.TdClassName
{
border-color: #357DF0;
}
.TagClassName
{
border-color: #357DF0;
}
</style>