Shades of Dodger Blue #1DA3EC
Tints of Dodger Blue #1DA3EC
RGB
CMYK
RGB Variations
Color information
#1DA3EC (or 0x1DA3EC) is known color: Dodger Blue. HEX triplet: 1D, A3 and EC. RGB value is (29,163,236). Sum of RGB (Red+Green+Blue) = 29+163+236=428 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.78% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DA3EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA3EC is #E25C13. Grayscale: #828282. Windows color (decimal): -14834708 or 15508253. OLE color: 15508253.
HSL color Cylindrical-coordinate representation of color #1DA3EC: hue angle of 201.16º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA3EC is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 163 | 236 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.07 |
| HSL | 201.16º | 0.84% | 0.52% | - |
| HSV(B) | 201.16º | 0.88% | 0.93% | - |
| XYZ | 28.74 | 32.51 | 84.12 | - |
| YUV | 131.26 | 187.11 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 236 | 0.88 | 0.31 | 0 | 0.07 | 201.16 | 0.84 | 0.52 |
| Hex | 1D | A3 | EC | 58 | 1F | 0 | 7 | C9 | 54 | 34 |
| Octal | 35 | 243 | 354 | 130 | 37 | 0 | 7 | 311 | 124 | 64 |
| Binary | 11101 | 10100011 | 11101100 | 1011000 | 11111 | 0 | 111 | 11001001 | 1010100 | 110100 |
Color Harmonies of #1DA3EC
Complementary color
Monochromatic Colors of #1DA3EC
Black with #1DA3EC
Text Example
Text Example
White with #1DA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA3EC; }
p { color: rgb(29,163,236); }
H1.HeaderClassName
{
color: #1DA3EC;
}
.AnyTagClassName
{
color: #1DA3EC;
}
</style>
background-color css
<style>
a { background-color: #1DA3EC; }
a { background-color: rgb(29,163,236); }
div.DivClassName
{
background-color: #1DA3EC;
}
.BgClassName
{
background-color: #1DA3EC;
}
</style>
border-color css
<style>
span { border-color: #1DA3EC; }
span { border-color: rgb(29,163,236); }
td.TdClassName
{
border-color: #1DA3EC;
}
.TagClassName
{
border-color: #1DA3EC;
}
</style>