Shades of Dodger Blue #358EE7
Tints of Dodger Blue #358EE7
RGB
CMYK
RGB Variations
Color information
#358EE7 (or 0x358EE7) is known color: Dodger Blue. HEX triplet: 35, 8E and E7. RGB value is (53,142,231). Sum of RGB (Red+Green+Blue) = 53+142+231=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #358EE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358EE7 is #CA7118. Grayscale: #7D7D7D. Windows color (decimal): -13267225 or 15175221. OLE color: 15175221.
HSL color Cylindrical-coordinate representation of color #358EE7: hue angle of 210º degrees, saturation: 0.79, 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 #358EE7 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 142 | 231 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.09 |
| HSL | 210º | 0.79% | 0.56% | - |
| HSV(B) | 210º | 0.77% | 0.91% | - |
| XYZ | 25.57 | 25.87 | 79.25 | - |
| YUV | 125.54 | 187.51 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 231 | 0.77 | 0.39 | 0 | 0.09 | 210 | 0.79 | 0.56 |
| Hex | 35 | 8E | E7 | 4D | 27 | 0 | 9 | D2 | 4F | 38 |
| Octal | 65 | 216 | 347 | 115 | 47 | 0 | 11 | 322 | 117 | 70 |
| Binary | 110101 | 10001110 | 11100111 | 1001101 | 100111 | 0 | 1001 | 11010010 | 1001111 | 111000 |
Color Harmonies of #358EE7
Complementary color
Monochromatic Colors of #358EE7
Black with #358EE7
Text Example
Text Example
White with #358EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358EE7; }
p { color: rgb(53,142,231); }
H1.HeaderClassName
{
color: #358EE7;
}
.AnyTagClassName
{
color: #358EE7;
}
</style>
background-color css
<style>
a { background-color: #358EE7; }
a { background-color: rgb(53,142,231); }
div.DivClassName
{
background-color: #358EE7;
}
.BgClassName
{
background-color: #358EE7;
}
</style>
border-color css
<style>
span { border-color: #358EE7; }
span { border-color: rgb(53,142,231); }
td.TdClassName
{
border-color: #358EE7;
}
.TagClassName
{
border-color: #358EE7;
}
</style>