Shades of Dodger Blue #358CE3
Tints of Dodger Blue #358CE3
RGB
CMYK
RGB Variations
Color information
#358CE3 (or 0x358CE3) is known color: Dodger Blue. HEX triplet: 35, 8C and E3. RGB value is (53,140,227). Sum of RGB (Red+Green+Blue) = 53+140+227=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 227 (89.06% from 255 or 54.05% from 420); Max value from RGB is 227 - color contains mainly: blue. Hex color #358CE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CE3 is #CA731C. Grayscale: #7B7B7B. Windows color (decimal): -13267741 or 14912565. OLE color: 14912565.
HSL color Cylindrical-coordinate representation of color #358CE3: hue angle of 210º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #358CE3 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 140 | 227 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.11 |
| HSL | 210º | 0.76% | 0.55% | - |
| HSV(B) | 210º | 0.77% | 0.89% | - |
| XYZ | 24.71 | 25.06 | 76.21 | - |
| YUV | 123.91 | 186.18 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 227 | 0.77 | 0.38 | 0 | 0.11 | 210 | 0.76 | 0.55 |
| Hex | 35 | 8C | E3 | 4D | 26 | 0 | B | D2 | 4C | 37 |
| Octal | 65 | 214 | 343 | 115 | 46 | 0 | 13 | 322 | 114 | 67 |
| Binary | 110101 | 10001100 | 11100011 | 1001101 | 100110 | 0 | 1011 | 11010010 | 1001100 | 110111 |
Color Harmonies of #358CE3
Complementary color
Monochromatic Colors of #358CE3
Black with #358CE3
Text Example
Text Example
White with #358CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CE3; }
p { color: rgb(53,140,227); }
H1.HeaderClassName
{
color: #358CE3;
}
.AnyTagClassName
{
color: #358CE3;
}
</style>
background-color css
<style>
a { background-color: #358CE3; }
a { background-color: rgb(53,140,227); }
div.DivClassName
{
background-color: #358CE3;
}
.BgClassName
{
background-color: #358CE3;
}
</style>
border-color css
<style>
span { border-color: #358CE3; }
span { border-color: rgb(53,140,227); }
td.TdClassName
{
border-color: #358CE3;
}
.TagClassName
{
border-color: #358CE3;
}
</style>