Shades of Dodger Blue #1DA2F1
Tints of Dodger Blue #1DA2F1
RGB
CMYK
RGB Variations
Color information
#1DA2F1 (or 0x1DA2F1) is known color: Dodger Blue. HEX triplet: 1D, A2 and F1. RGB value is (29,162,241). Sum of RGB (Red+Green+Blue) = 29+162+241=432 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.71% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DA2F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA2F1 is #E25D0E. Grayscale: #828282. Windows color (decimal): -14834959 or 15835677. OLE color: 15835677.
HSL color Cylindrical-coordinate representation of color #1DA2F1: hue angle of 202.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA2F1 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 162 | 241 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.05 |
| HSL | 202.36º | 0.88% | 0.53% | - |
| HSV(B) | 202.36º | 0.88% | 0.95% | - |
| XYZ | 29.3 | 32.45 | 87.94 | - |
| YUV | 131.24 | 189.94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 241 | 0.88 | 0.33 | 0 | 0.05 | 202.36 | 0.88 | 0.53 |
| Hex | 1D | A2 | F1 | 58 | 21 | 0 | 5 | CA | 58 | 35 |
| Octal | 35 | 242 | 361 | 130 | 41 | 0 | 5 | 312 | 130 | 65 |
| Binary | 11101 | 10100010 | 11110001 | 1011000 | 100001 | 0 | 101 | 11001010 | 1011000 | 110101 |
Color Harmonies of #1DA2F1
Complementary color
Monochromatic Colors of #1DA2F1
Black with #1DA2F1
Text Example
Text Example
White with #1DA2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA2F1; }
p { color: rgb(29,162,241); }
H1.HeaderClassName
{
color: #1DA2F1;
}
.AnyTagClassName
{
color: #1DA2F1;
}
</style>
background-color css
<style>
a { background-color: #1DA2F1; }
a { background-color: rgb(29,162,241); }
div.DivClassName
{
background-color: #1DA2F1;
}
.BgClassName
{
background-color: #1DA2F1;
}
</style>
border-color css
<style>
span { border-color: #1DA2F1; }
span { border-color: rgb(29,162,241); }
td.TdClassName
{
border-color: #1DA2F1;
}
.TagClassName
{
border-color: #1DA2F1;
}
</style>