Shades of Dodger Blue #358DE6
Tints of Dodger Blue #358DE6
RGB
CMYK
RGB Variations
Color information
#358DE6 (or 0x358DE6) is known color: Dodger Blue. HEX triplet: 35, 8D and E6. RGB value is (53,141,230). Sum of RGB (Red+Green+Blue) = 53+141+230=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #358DE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358DE6 is #CA7219. Grayscale: #7C7C7C. Windows color (decimal): -13267482 or 15109429. OLE color: 15109429.
HSL color Cylindrical-coordinate representation of color #358DE6: hue angle of 210.17º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #358DE6 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 141 | 230 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.10 |
| HSL | 210.17º | 0.78% | 0.55% | - |
| HSV(B) | 210.17º | 0.77% | 0.9% | - |
| XYZ | 25.28 | 25.52 | 78.46 | - |
| YUV | 124.83 | 187.35 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 230 | 0.77 | 0.39 | 0 | 0.10 | 210.17 | 0.78 | 0.55 |
| Hex | 35 | 8D | E6 | 4D | 27 | 0 | A | D2 | 4E | 37 |
| Octal | 65 | 215 | 346 | 115 | 47 | 0 | 12 | 322 | 116 | 67 |
| Binary | 110101 | 10001101 | 11100110 | 1001101 | 100111 | 0 | 1010 | 11010010 | 1001110 | 110111 |
Color Harmonies of #358DE6
Complementary color
Monochromatic Colors of #358DE6
Black with #358DE6
Text Example
Text Example
White with #358DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DE6; }
p { color: rgb(53,141,230); }
H1.HeaderClassName
{
color: #358DE6;
}
.AnyTagClassName
{
color: #358DE6;
}
</style>
background-color css
<style>
a { background-color: #358DE6; }
a { background-color: rgb(53,141,230); }
div.DivClassName
{
background-color: #358DE6;
}
.BgClassName
{
background-color: #358DE6;
}
</style>
border-color css
<style>
span { border-color: #358DE6; }
span { border-color: rgb(53,141,230); }
td.TdClassName
{
border-color: #358DE6;
}
.TagClassName
{
border-color: #358DE6;
}
</style>