Shades of Dodger Blue #358AE8
Tints of Dodger Blue #358AE8
RGB
CMYK
RGB Variations
Color information
#358AE8 (or 0x358AE8) is known color: Dodger Blue. HEX triplet: 35, 8A and E8. RGB value is (53,138,232). Sum of RGB (Red+Green+Blue) = 53+138+232=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #358AE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AE8 is #CA7517. Grayscale: #7A7A7A. Windows color (decimal): -13268248 or 15239733. OLE color: 15239733.
HSL color Cylindrical-coordinate representation of color #358AE8: hue angle of 211.51º 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 #358AE8 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 138 | 232 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.09 |
| HSL | 211.51º | 0.8% | 0.56% | - |
| HSV(B) | 211.51º | 0.77% | 0.91% | - |
| XYZ | 25.12 | 24.76 | 79.8 | - |
| YUV | 123.3 | 189.34 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 232 | 0.77 | 0.41 | 0 | 0.09 | 211.51 | 0.8 | 0.56 |
| Hex | 35 | 8A | E8 | 4D | 29 | 0 | 9 | D4 | 50 | 38 |
| Octal | 65 | 212 | 350 | 115 | 51 | 0 | 11 | 324 | 120 | 70 |
| Binary | 110101 | 10001010 | 11101000 | 1001101 | 101001 | 0 | 1001 | 11010100 | 1010000 | 111000 |
Color Harmonies of #358AE8
Complementary color
Monochromatic Colors of #358AE8
Black with #358AE8
Text Example
Text Example
White with #358AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358AE8; }
p { color: rgb(53,138,232); }
H1.HeaderClassName
{
color: #358AE8;
}
.AnyTagClassName
{
color: #358AE8;
}
</style>
background-color css
<style>
a { background-color: #358AE8; }
a { background-color: rgb(53,138,232); }
div.DivClassName
{
background-color: #358AE8;
}
.BgClassName
{
background-color: #358AE8;
}
</style>
border-color css
<style>
span { border-color: #358AE8; }
span { border-color: rgb(53,138,232); }
td.TdClassName
{
border-color: #358AE8;
}
.TagClassName
{
border-color: #358AE8;
}
</style>