Shades of Dodger Blue #358DED
Tints of Dodger Blue #358DED
RGB
CMYK
RGB Variations
Color information
#358DED (or 0x358DED) is known color: Dodger Blue. HEX triplet: 35, 8D and ED. RGB value is (53,141,237). Sum of RGB (Red+Green+Blue) = 53+141+237=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #358DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358DED is #CA7212. Grayscale: #7D7D7D. Windows color (decimal): -13267475 or 15568181. OLE color: 15568181.
HSL color Cylindrical-coordinate representation of color #358DED: hue angle of 211.3º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #358DED is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 141 | 237 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.07 |
| HSL | 211.3º | 0.84% | 0.57% | - |
| HSV(B) | 211.3º | 0.78% | 0.93% | - |
| XYZ | 26.28 | 25.92 | 83.74 | - |
| YUV | 125.63 | 190.85 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 237 | 0.78 | 0.41 | 0 | 0.07 | 211.3 | 0.84 | 0.57 |
| Hex | 35 | 8D | ED | 4E | 29 | 0 | 7 | D3 | 54 | 39 |
| Octal | 65 | 215 | 355 | 116 | 51 | 0 | 7 | 323 | 124 | 71 |
| Binary | 110101 | 10001101 | 11101101 | 1001110 | 101001 | 0 | 111 | 11010011 | 1010100 | 111001 |
Color Harmonies of #358DED
Complementary color
Monochromatic Colors of #358DED
Black with #358DED
Text Example
Text Example
White with #358DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DED; }
p { color: rgb(53,141,237); }
H1.HeaderClassName
{
color: #358DED;
}
.AnyTagClassName
{
color: #358DED;
}
</style>
background-color css
<style>
a { background-color: #358DED; }
a { background-color: rgb(53,141,237); }
div.DivClassName
{
background-color: #358DED;
}
.BgClassName
{
background-color: #358DED;
}
</style>
border-color css
<style>
span { border-color: #358DED; }
span { border-color: rgb(53,141,237); }
td.TdClassName
{
border-color: #358DED;
}
.TagClassName
{
border-color: #358DED;
}
</style>