Shades of Dodger Blue #358CE8
Tints of Dodger Blue #358CE8
RGB
CMYK
RGB Variations
Color information
#358CE8 (or 0x358CE8) is known color: Dodger Blue. HEX triplet: 35, 8C and E8. RGB value is (53,140,232). Sum of RGB (Red+Green+Blue) = 53+140+232=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #358CE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358CE8 is #CA7317. Grayscale: #7C7C7C. Windows color (decimal): -13267736 or 15240245. OLE color: 15240245.
HSL color Cylindrical-coordinate representation of color #358CE8: hue angle of 210.84º 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 #358CE8 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 140 | 232 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.09 |
| HSL | 210.84º | 0.8% | 0.56% | - |
| HSV(B) | 210.84º | 0.77% | 0.91% | - |
| XYZ | 25.41 | 25.34 | 79.9 | - |
| YUV | 124.48 | 188.68 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 232 | 0.77 | 0.40 | 0 | 0.09 | 210.84 | 0.8 | 0.56 |
| Hex | 35 | 8C | E8 | 4D | 28 | 0 | 9 | D3 | 50 | 38 |
| Octal | 65 | 214 | 350 | 115 | 50 | 0 | 11 | 323 | 120 | 70 |
| Binary | 110101 | 10001100 | 11101000 | 1001101 | 101000 | 0 | 1001 | 11010011 | 1010000 | 111000 |
Color Harmonies of #358CE8
Complementary color
Monochromatic Colors of #358CE8
Black with #358CE8
Text Example
Text Example
White with #358CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CE8; }
p { color: rgb(53,140,232); }
H1.HeaderClassName
{
color: #358CE8;
}
.AnyTagClassName
{
color: #358CE8;
}
</style>
background-color css
<style>
a { background-color: #358CE8; }
a { background-color: rgb(53,140,232); }
div.DivClassName
{
background-color: #358CE8;
}
.BgClassName
{
background-color: #358CE8;
}
</style>
border-color css
<style>
span { border-color: #358CE8; }
span { border-color: rgb(53,140,232); }
td.TdClassName
{
border-color: #358CE8;
}
.TagClassName
{
border-color: #358CE8;
}
</style>