Shades of Dodger Blue #1DA8F9
Tints of Dodger Blue #1DA8F9
RGB
CMYK
RGB Variations
Color information
#1DA8F9 (or 0x1DA8F9) is known color: Dodger Blue. HEX triplet: 1D, A8 and F9. RGB value is (29,168,249). Sum of RGB (Red+Green+Blue) = 29+168+249=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #1DA8F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA8F9 is #E25706. Grayscale: #878787. Windows color (decimal): -14833415 or 16361501. OLE color: 16361501.
HSL color Cylindrical-coordinate representation of color #1DA8F9: hue angle of 202.09º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA8F9 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 168 | 249 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.02 |
| HSL | 202.09º | 0.95% | 0.55% | - |
| HSV(B) | 202.09º | 0.88% | 0.98% | - |
| XYZ | 31.61 | 35.11 | 94.73 | - |
| YUV | 135.67 | 191.95 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 249 | 0.88 | 0.33 | 0 | 0.02 | 202.09 | 0.95 | 0.55 |
| Hex | 1D | A8 | F9 | 58 | 21 | 0 | 2 | CA | 5F | 37 |
| Octal | 35 | 250 | 371 | 130 | 41 | 0 | 2 | 312 | 137 | 67 |
| Binary | 11101 | 10101000 | 11111001 | 1011000 | 100001 | 0 | 10 | 11001010 | 1011111 | 110111 |
Color Harmonies of #1DA8F9
Complementary color
Monochromatic Colors of #1DA8F9
Black with #1DA8F9
Text Example
Text Example
White with #1DA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA8F9; }
p { color: rgb(29,168,249); }
H1.HeaderClassName
{
color: #1DA8F9;
}
.AnyTagClassName
{
color: #1DA8F9;
}
</style>
background-color css
<style>
a { background-color: #1DA8F9; }
a { background-color: rgb(29,168,249); }
div.DivClassName
{
background-color: #1DA8F9;
}
.BgClassName
{
background-color: #1DA8F9;
}
</style>
border-color css
<style>
span { border-color: #1DA8F9; }
span { border-color: rgb(29,168,249); }
td.TdClassName
{
border-color: #1DA8F9;
}
.TagClassName
{
border-color: #1DA8F9;
}
</style>