Shades of Dodger Blue #357DFF
Tints of Dodger Blue #357DFF
RGB
CMYK
RGB Variations
Color information
#357DFF (or 0x357DFF) is known color: Dodger Blue. HEX triplet: 35, 7D and FF. RGB value is (53,125,255). Sum of RGB (Red+Green+Blue) = 53+125+255=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #357DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357DFF is #CA8200. Grayscale: #757575. Windows color (decimal): -13271553 or 16743733. OLE color: 16743733.
HSL color Cylindrical-coordinate representation of color #357DFF: hue angle of 218.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #357DFF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 125 | 255 | - |
| CMYK | 0.79 | 0.51 | 0 | 0 |
| HSL | 218.61º | 1% | 0.6% | - |
| HSV(B) | 218.61º | 0.79% | 1% | - |
| XYZ | 26.85 | 22.64 | 97.56 | - |
| YUV | 118.29 | 205.15 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 255 | 0.79 | 0.51 | 0 | 0 | 218.61 | 1 | 0.6 |
| Hex | 35 | 7D | FF | 4F | 33 | 0 | 0 | DB | 64 | 3C |
| Octal | 65 | 175 | 377 | 117 | 63 | 0 | 0 | 333 | 144 | 74 |
| Binary | 110101 | 1111101 | 11111111 | 1001111 | 110011 | 0 | 0 | 11011011 | 1100100 | 111100 |
Color Harmonies of #357DFF
Complementary color
Monochromatic Colors of #357DFF
Black with #357DFF
Text Example
Text Example
White with #357DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DFF; }
p { color: rgb(53,125,255); }
H1.HeaderClassName
{
color: #357DFF;
}
.AnyTagClassName
{
color: #357DFF;
}
</style>
background-color css
<style>
a { background-color: #357DFF; }
a { background-color: rgb(53,125,255); }
div.DivClassName
{
background-color: #357DFF;
}
.BgClassName
{
background-color: #357DFF;
}
</style>
border-color css
<style>
span { border-color: #357DFF; }
span { border-color: rgb(53,125,255); }
td.TdClassName
{
border-color: #357DFF;
}
.TagClassName
{
border-color: #357DFF;
}
</style>