Shades of Dodger Blue #29A2FF
Tints of Dodger Blue #29A2FF
RGB
CMYK
RGB Variations
Color information
#29A2FF (or 0x29A2FF) is known color: Dodger Blue. HEX triplet: 29, A2 and FF. RGB value is (41,162,255). Sum of RGB (Red+Green+Blue) = 41+162+255=458 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.95% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #29A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A2FF is #D65D00. Grayscale: #878787. Windows color (decimal): -14048513 or 16753193. OLE color: 16753193.
HSL color Cylindrical-coordinate representation of color #29A2FF: hue angle of 206.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29A2FF is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 162 | 255 | - |
| CMYK | 0.84 | 0.36 | 0 | 0 |
| HSL | 206.07º | 1% | 0.58% | - |
| HSV(B) | 206.07º | 0.84% | 1% | - |
| XYZ | 31.88 | 33.53 | 99.4 | - |
| YUV | 136.42 | 194.91 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 162 | 255 | 0.84 | 0.36 | 0 | 0 | 206.07 | 1 | 0.58 |
| Hex | 29 | A2 | FF | 54 | 24 | 0 | 0 | CE | 64 | 3A |
| Octal | 51 | 242 | 377 | 124 | 44 | 0 | 0 | 316 | 144 | 72 |
| Binary | 101001 | 10100010 | 11111111 | 1010100 | 100100 | 0 | 0 | 11001110 | 1100100 | 111010 |
Color Harmonies of #29A2FF
Complementary color
Monochromatic Colors of #29A2FF
Black with #29A2FF
Text Example
Text Example
White with #29A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A2FF; }
p { color: rgb(41,162,255); }
H1.HeaderClassName
{
color: #29A2FF;
}
.AnyTagClassName
{
color: #29A2FF;
}
</style>
background-color css
<style>
a { background-color: #29A2FF; }
a { background-color: rgb(41,162,255); }
div.DivClassName
{
background-color: #29A2FF;
}
.BgClassName
{
background-color: #29A2FF;
}
</style>
border-color css
<style>
span { border-color: #29A2FF; }
span { border-color: rgb(41,162,255); }
td.TdClassName
{
border-color: #29A2FF;
}
.TagClassName
{
border-color: #29A2FF;
}
</style>