Shades of Dodger Blue #358FE6
Tints of Dodger Blue #358FE6
RGB
CMYK
RGB Variations
Color information
#358FE6 (or 0x358FE6) is known color: Dodger Blue. HEX triplet: 35, 8F and E6. RGB value is (53,143,230). Sum of RGB (Red+Green+Blue) = 53+143+230=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #358FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FE6 is #CA7019. Grayscale: #7D7D7D. Windows color (decimal): -13266970 or 15109941. OLE color: 15109941.
HSL color Cylindrical-coordinate representation of color #358FE6: hue angle of 209.49º 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 #358FE6 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 143 | 230 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.10 |
| HSL | 209.49º | 0.78% | 0.55% | - |
| HSV(B) | 209.49º | 0.77% | 0.9% | - |
| XYZ | 25.57 | 26.11 | 78.56 | - |
| YUV | 126.01 | 186.68 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 230 | 0.77 | 0.38 | 0 | 0.10 | 209.49 | 0.78 | 0.55 |
| Hex | 35 | 8F | E6 | 4D | 26 | 0 | A | D1 | 4E | 37 |
| Octal | 65 | 217 | 346 | 115 | 46 | 0 | 12 | 321 | 116 | 67 |
| Binary | 110101 | 10001111 | 11100110 | 1001101 | 100110 | 0 | 1010 | 11010001 | 1001110 | 110111 |
Color Harmonies of #358FE6
Complementary color
Monochromatic Colors of #358FE6
Black with #358FE6
Text Example
Text Example
White with #358FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FE6; }
p { color: rgb(53,143,230); }
H1.HeaderClassName
{
color: #358FE6;
}
.AnyTagClassName
{
color: #358FE6;
}
</style>
background-color css
<style>
a { background-color: #358FE6; }
a { background-color: rgb(53,143,230); }
div.DivClassName
{
background-color: #358FE6;
}
.BgClassName
{
background-color: #358FE6;
}
</style>
border-color css
<style>
span { border-color: #358FE6; }
span { border-color: rgb(53,143,230); }
td.TdClassName
{
border-color: #358FE6;
}
.TagClassName
{
border-color: #358FE6;
}
</style>