Shades of Dodger Blue #1DA1F1
Tints of Dodger Blue #1DA1F1
RGB
CMYK
RGB Variations
Color information
#1DA1F1 (or 0x1DA1F1) is known color: Dodger Blue. HEX triplet: 1D, A1 and F1. RGB value is (29,161,241). Sum of RGB (Red+Green+Blue) = 29+161+241=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DA1F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA1F1 is #E25E0E. Grayscale: #828282. Windows color (decimal): -14835215 or 15835421. OLE color: 15835421.
HSL color Cylindrical-coordinate representation of color #1DA1F1: hue angle of 202.64º 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 #1DA1F1 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 161 | 241 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.05 |
| HSL | 202.64º | 0.88% | 0.53% | - |
| HSV(B) | 202.64º | 0.88% | 0.95% | - |
| XYZ | 29.13 | 32.1 | 87.88 | - |
| YUV | 130.65 | 190.27 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 241 | 0.88 | 0.33 | 0 | 0.05 | 202.64 | 0.88 | 0.53 |
| Hex | 1D | A1 | F1 | 58 | 21 | 0 | 5 | CB | 58 | 35 |
| Octal | 35 | 241 | 361 | 130 | 41 | 0 | 5 | 313 | 130 | 65 |
| Binary | 11101 | 10100001 | 11110001 | 1011000 | 100001 | 0 | 101 | 11001011 | 1011000 | 110101 |
Color Harmonies of #1DA1F1
Complementary color
Monochromatic Colors of #1DA1F1
Black with #1DA1F1
Text Example
Text Example
White with #1DA1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA1F1; }
p { color: rgb(29,161,241); }
H1.HeaderClassName
{
color: #1DA1F1;
}
.AnyTagClassName
{
color: #1DA1F1;
}
</style>
background-color css
<style>
a { background-color: #1DA1F1; }
a { background-color: rgb(29,161,241); }
div.DivClassName
{
background-color: #1DA1F1;
}
.BgClassName
{
background-color: #1DA1F1;
}
</style>
border-color css
<style>
span { border-color: #1DA1F1; }
span { border-color: rgb(29,161,241); }
td.TdClassName
{
border-color: #1DA1F1;
}
.TagClassName
{
border-color: #1DA1F1;
}
</style>