Shades of Dodger Blue #29ABFD
Tints of Dodger Blue #29ABFD
RGB
CMYK
RGB Variations
Color information
#29ABFD (or 0x29ABFD) is known color: Dodger Blue. HEX triplet: 29, AB and FD. RGB value is (41,171,253). Sum of RGB (Red+Green+Blue) = 41+171+253=465 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.82% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #29ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29ABFD is #D65402. Grayscale: #8D8D8D. Windows color (decimal): -14046211 or 16624425. OLE color: 16624425.
HSL color Cylindrical-coordinate representation of color #29ABFD: hue angle of 203.21º 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 #29ABFD is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 171 | 253 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.01 |
| HSL | 203.21º | 0.98% | 0.58% | - |
| HSV(B) | 203.21º | 0.84% | 0.99% | - |
| XYZ | 33.21 | 36.69 | 98.26 | - |
| YUV | 141.48 | 190.93 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 253 | 0.84 | 0.32 | 0 | 0.01 | 203.21 | 0.98 | 0.58 |
| Hex | 29 | AB | FD | 54 | 20 | 0 | 1 | CB | 62 | 3A |
| Octal | 51 | 253 | 375 | 124 | 40 | 0 | 1 | 313 | 142 | 72 |
| Binary | 101001 | 10101011 | 11111101 | 1010100 | 100000 | 0 | 1 | 11001011 | 1100010 | 111010 |
Color Harmonies of #29ABFD
Complementary color
Monochromatic Colors of #29ABFD
Black with #29ABFD
Text Example
Text Example
White with #29ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ABFD; }
p { color: rgb(41,171,253); }
H1.HeaderClassName
{
color: #29ABFD;
}
.AnyTagClassName
{
color: #29ABFD;
}
</style>
background-color css
<style>
a { background-color: #29ABFD; }
a { background-color: rgb(41,171,253); }
div.DivClassName
{
background-color: #29ABFD;
}
.BgClassName
{
background-color: #29ABFD;
}
</style>
border-color css
<style>
span { border-color: #29ABFD; }
span { border-color: rgb(41,171,253); }
td.TdClassName
{
border-color: #29ABFD;
}
.TagClassName
{
border-color: #29ABFD;
}
</style>