Shades of Dodger Blue #1DA7FF
Tints of Dodger Blue #1DA7FF
RGB
CMYK
RGB Variations
Color information
#1DA7FF (or 0x1DA7FF) is known color: Dodger Blue. HEX triplet: 1D, A7 and FF. RGB value is (29,167,255). Sum of RGB (Red+Green+Blue) = 29+167+255=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DA7FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA7FF is #E25800. Grayscale: #878787. Windows color (decimal): -14833665 or 16754461. OLE color: 16754461.
HSL color Cylindrical-coordinate representation of color #1DA7FF: hue angle of 203.36º 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 #1DA7FF is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 167 | 255 | - |
| CMYK | 0.89 | 0.35 | 0 | 0 |
| HSL | 203.36º | 1% | 0.56% | - |
| HSV(B) | 203.36º | 0.89% | 1% | - |
| XYZ | 32.38 | 35.12 | 99.68 | - |
| YUV | 135.77 | 195.28 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 167 | 255 | 0.89 | 0.35 | 0 | 0 | 203.36 | 1 | 0.56 |
| Hex | 1D | A7 | FF | 59 | 23 | 0 | 0 | CB | 64 | 38 |
| Octal | 35 | 247 | 377 | 131 | 43 | 0 | 0 | 313 | 144 | 70 |
| Binary | 11101 | 10100111 | 11111111 | 1011001 | 100011 | 0 | 0 | 11001011 | 1100100 | 111000 |
Color Harmonies of #1DA7FF
Complementary color
Monochromatic Colors of #1DA7FF
Black with #1DA7FF
Text Example
Text Example
White with #1DA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA7FF; }
p { color: rgb(29,167,255); }
H1.HeaderClassName
{
color: #1DA7FF;
}
.AnyTagClassName
{
color: #1DA7FF;
}
</style>
background-color css
<style>
a { background-color: #1DA7FF; }
a { background-color: rgb(29,167,255); }
div.DivClassName
{
background-color: #1DA7FF;
}
.BgClassName
{
background-color: #1DA7FF;
}
</style>
border-color css
<style>
span { border-color: #1DA7FF; }
span { border-color: rgb(29,167,255); }
td.TdClassName
{
border-color: #1DA7FF;
}
.TagClassName
{
border-color: #1DA7FF;
}
</style>