Shades of Dodger Blue #29ADFD
Tints of Dodger Blue #29ADFD
RGB
CMYK
RGB Variations
Color information
#29ADFD (or 0x29ADFD) is known color: Dodger Blue. HEX triplet: 29, AD and FD. RGB value is (41,173,253). Sum of RGB (Red+Green+Blue) = 41+173+253=467 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.78% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #29ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29ADFD is #D65202. Grayscale: #8E8E8E. Windows color (decimal): -14045699 or 16624937. OLE color: 16624937.
HSL color Cylindrical-coordinate representation of color #29ADFD: hue angle of 202.64º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29ADFD is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 173 | 253 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.01 |
| HSL | 202.64º | 0.98% | 0.58% | - |
| HSV(B) | 202.64º | 0.84% | 0.99% | - |
| XYZ | 33.59 | 37.45 | 98.39 | - |
| YUV | 142.65 | 190.27 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 173 | 253 | 0.84 | 0.32 | 0 | 0.01 | 202.64 | 0.98 | 0.58 |
| Hex | 29 | AD | FD | 54 | 20 | 0 | 1 | CB | 62 | 3A |
| Octal | 51 | 255 | 375 | 124 | 40 | 0 | 1 | 313 | 142 | 72 |
| Binary | 101001 | 10101101 | 11111101 | 1010100 | 100000 | 0 | 1 | 11001011 | 1100010 | 111010 |
Color Harmonies of #29ADFD
Complementary color
Monochromatic Colors of #29ADFD
Black with #29ADFD
Text Example
Text Example
White with #29ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ADFD; }
p { color: rgb(41,173,253); }
H1.HeaderClassName
{
color: #29ADFD;
}
.AnyTagClassName
{
color: #29ADFD;
}
</style>
background-color css
<style>
a { background-color: #29ADFD; }
a { background-color: rgb(41,173,253); }
div.DivClassName
{
background-color: #29ADFD;
}
.BgClassName
{
background-color: #29ADFD;
}
</style>
border-color css
<style>
span { border-color: #29ADFD; }
span { border-color: rgb(41,173,253); }
td.TdClassName
{
border-color: #29ADFD;
}
.TagClassName
{
border-color: #29ADFD;
}
</style>