Shades of Dodger Blue #1DA3FF
Tints of Dodger Blue #1DA3FF
RGB
CMYK
RGB Variations
Color information
#1DA3FF (or 0x1DA3FF) is known color: Dodger Blue. HEX triplet: 1D, A3 and FF. RGB value is (29,163,255). Sum of RGB (Red+Green+Blue) = 29+163+255=447 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.49% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DA3FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA3FF is #E25C00. Grayscale: #848484. Windows color (decimal): -14834689 or 16753437. OLE color: 16753437.
HSL color Cylindrical-coordinate representation of color #1DA3FF: hue angle of 204.42º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DA3FF is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 163 | 255 | - |
| CMYK | 0.89 | 0.36 | 0 | 0 |
| HSL | 204.42º | 1% | 0.56% | - |
| HSV(B) | 204.42º | 0.89% | 1% | - |
| XYZ | 31.65 | 33.68 | 99.44 | - |
| YUV | 133.42 | 196.61 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 255 | 0.89 | 0.36 | 0 | 0 | 204.42 | 1 | 0.56 |
| Hex | 1D | A3 | FF | 59 | 24 | 0 | 0 | CC | 64 | 38 |
| Octal | 35 | 243 | 377 | 131 | 44 | 0 | 0 | 314 | 144 | 70 |
| Binary | 11101 | 10100011 | 11111111 | 1011001 | 100100 | 0 | 0 | 11001100 | 1100100 | 111000 |
Color Harmonies of #1DA3FF
Complementary color
Monochromatic Colors of #1DA3FF
Black with #1DA3FF
Text Example
Text Example
White with #1DA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA3FF; }
p { color: rgb(29,163,255); }
H1.HeaderClassName
{
color: #1DA3FF;
}
.AnyTagClassName
{
color: #1DA3FF;
}
</style>
background-color css
<style>
a { background-color: #1DA3FF; }
a { background-color: rgb(29,163,255); }
div.DivClassName
{
background-color: #1DA3FF;
}
.BgClassName
{
background-color: #1DA3FF;
}
</style>
border-color css
<style>
span { border-color: #1DA3FF; }
span { border-color: rgb(29,163,255); }
td.TdClassName
{
border-color: #1DA3FF;
}
.TagClassName
{
border-color: #1DA3FF;
}
</style>