Shades of Dodger Blue #1DAAFF
Tints of Dodger Blue #1DAAFF
RGB
CMYK
RGB Variations
Color information
#1DAAFF (or 0x1DAAFF) is known color: Dodger Blue. HEX triplet: 1D, AA and FF. RGB value is (29,170,255). Sum of RGB (Red+Green+Blue) = 29+170+255=454 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.39% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAAFF is #E25500. Grayscale: #898989. Windows color (decimal): -14832897 or 16755229. OLE color: 16755229.
HSL color Cylindrical-coordinate representation of color #1DAAFF: hue angle of 202.57º 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 #1DAAFF is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 170 | 255 | - |
| CMYK | 0.89 | 0.33 | 0 | 0 |
| HSL | 202.57º | 1% | 0.56% | - |
| HSV(B) | 202.57º | 0.89% | 1% | - |
| XYZ | 32.93 | 36.23 | 99.87 | - |
| YUV | 137.53 | 194.29 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 255 | 0.89 | 0.33 | 0 | 0 | 202.57 | 1 | 0.56 |
| Hex | 1D | AA | FF | 59 | 21 | 0 | 0 | CB | 64 | 38 |
| Octal | 35 | 252 | 377 | 131 | 41 | 0 | 0 | 313 | 144 | 70 |
| Binary | 11101 | 10101010 | 11111111 | 1011001 | 100001 | 0 | 0 | 11001011 | 1100100 | 111000 |
Color Harmonies of #1DAAFF
Complementary color
Monochromatic Colors of #1DAAFF
Black with #1DAAFF
Text Example
Text Example
White with #1DAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAAFF; }
p { color: rgb(29,170,255); }
H1.HeaderClassName
{
color: #1DAAFF;
}
.AnyTagClassName
{
color: #1DAAFF;
}
</style>
background-color css
<style>
a { background-color: #1DAAFF; }
a { background-color: rgb(29,170,255); }
div.DivClassName
{
background-color: #1DAAFF;
}
.BgClassName
{
background-color: #1DAAFF;
}
</style>
border-color css
<style>
span { border-color: #1DAAFF; }
span { border-color: rgb(29,170,255); }
td.TdClassName
{
border-color: #1DAAFF;
}
.TagClassName
{
border-color: #1DAAFF;
}
</style>