Shades of Dodger Blue #358CE0
Tints of Dodger Blue #358CE0
RGB
CMYK
RGB Variations
Color information
#358CE0 (or 0x358CE0) is known color: Dodger Blue. HEX triplet: 35, 8C and E0. RGB value is (53,140,224). Sum of RGB (Red+Green+Blue) = 53+140+224=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #358CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CE0 is #CA731F. Grayscale: #7B7B7B. Windows color (decimal): -13267744 or 14715957. OLE color: 14715957.
HSL color Cylindrical-coordinate representation of color #358CE0: hue angle of 209.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358CE0 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 140 | 224 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.12 |
| HSL | 209.47º | 0.73% | 0.54% | - |
| HSV(B) | 209.47º | 0.76% | 0.88% | - |
| XYZ | 24.3 | 24.89 | 74.05 | - |
| YUV | 123.56 | 184.68 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 224 | 0.76 | 0.38 | 0 | 0.12 | 209.47 | 0.73 | 0.54 |
| Hex | 35 | 8C | E0 | 4C | 26 | 0 | C | D1 | 49 | 36 |
| Octal | 65 | 214 | 340 | 114 | 46 | 0 | 14 | 321 | 111 | 66 |
| Binary | 110101 | 10001100 | 11100000 | 1001100 | 100110 | 0 | 1100 | 11010001 | 1001001 | 110110 |
Color Harmonies of #358CE0
Complementary color
Monochromatic Colors of #358CE0
Black with #358CE0
Text Example
Text Example
White with #358CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CE0; }
p { color: rgb(53,140,224); }
H1.HeaderClassName
{
color: #358CE0;
}
.AnyTagClassName
{
color: #358CE0;
}
</style>
background-color css
<style>
a { background-color: #358CE0; }
a { background-color: rgb(53,140,224); }
div.DivClassName
{
background-color: #358CE0;
}
.BgClassName
{
background-color: #358CE0;
}
</style>
border-color css
<style>
span { border-color: #358CE0; }
span { border-color: rgb(53,140,224); }
td.TdClassName
{
border-color: #358CE0;
}
.TagClassName
{
border-color: #358CE0;
}
</style>