Shades of Dodger Blue #358FE9
Tints of Dodger Blue #358FE9
RGB
CMYK
RGB Variations
Color information
#358FE9 (or 0x358FE9) is known color: Dodger Blue. HEX triplet: 35, 8F and E9. RGB value is (53,143,233). Sum of RGB (Red+Green+Blue) = 53+143+233=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #358FE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FE9 is #CA7016. Grayscale: #7D7D7D. Windows color (decimal): -13266967 or 15306549. OLE color: 15306549.
HSL color Cylindrical-coordinate representation of color #358FE9: hue angle of 210º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #358FE9 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 143 | 233 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.09 |
| HSL | 210º | 0.8% | 0.56% | - |
| HSV(B) | 210º | 0.77% | 0.91% | - |
| XYZ | 26 | 26.29 | 80.79 | - |
| YUV | 126.35 | 188.18 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 233 | 0.77 | 0.39 | 0 | 0.09 | 210 | 0.8 | 0.56 |
| Hex | 35 | 8F | E9 | 4D | 27 | 0 | 9 | D2 | 50 | 38 |
| Octal | 65 | 217 | 351 | 115 | 47 | 0 | 11 | 322 | 120 | 70 |
| Binary | 110101 | 10001111 | 11101001 | 1001101 | 100111 | 0 | 1001 | 11010010 | 1010000 | 111000 |
Color Harmonies of #358FE9
Complementary color
Monochromatic Colors of #358FE9
Black with #358FE9
Text Example
Text Example
White with #358FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FE9; }
p { color: rgb(53,143,233); }
H1.HeaderClassName
{
color: #358FE9;
}
.AnyTagClassName
{
color: #358FE9;
}
</style>
background-color css
<style>
a { background-color: #358FE9; }
a { background-color: rgb(53,143,233); }
div.DivClassName
{
background-color: #358FE9;
}
.BgClassName
{
background-color: #358FE9;
}
</style>
border-color css
<style>
span { border-color: #358FE9; }
span { border-color: rgb(53,143,233); }
td.TdClassName
{
border-color: #358FE9;
}
.TagClassName
{
border-color: #358FE9;
}
</style>