Shades of Dodger Blue #29A8FF
Tints of Dodger Blue #29A8FF
RGB
CMYK
RGB Variations
Color information
#29A8FF (or 0x29A8FF) is known color: Dodger Blue. HEX triplet: 29, A8 and FF. RGB value is (41,168,255). Sum of RGB (Red+Green+Blue) = 41+168+255=464 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.84% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #29A8FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A8FF is #D65700. Grayscale: #8B8B8B. Windows color (decimal): -14046977 or 16754729. OLE color: 16754729.
HSL color Cylindrical-coordinate representation of color #29A8FF: hue angle of 204.39º 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 #29A8FF is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 168 | 255 | - |
| CMYK | 0.84 | 0.34 | 0 | 0 |
| HSL | 204.39º | 1% | 0.58% | - |
| HSV(B) | 204.39º | 0.84% | 1% | - |
| XYZ | 32.97 | 35.7 | 99.76 | - |
| YUV | 139.95 | 192.92 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 255 | 0.84 | 0.34 | 0 | 0 | 204.39 | 1 | 0.58 |
| Hex | 29 | A8 | FF | 54 | 22 | 0 | 0 | CC | 64 | 3A |
| Octal | 51 | 250 | 377 | 124 | 42 | 0 | 0 | 314 | 144 | 72 |
| Binary | 101001 | 10101000 | 11111111 | 1010100 | 100010 | 0 | 0 | 11001100 | 1100100 | 111010 |
Color Harmonies of #29A8FF
Complementary color
Monochromatic Colors of #29A8FF
Black with #29A8FF
Text Example
Text Example
White with #29A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A8FF; }
p { color: rgb(41,168,255); }
H1.HeaderClassName
{
color: #29A8FF;
}
.AnyTagClassName
{
color: #29A8FF;
}
</style>
background-color css
<style>
a { background-color: #29A8FF; }
a { background-color: rgb(41,168,255); }
div.DivClassName
{
background-color: #29A8FF;
}
.BgClassName
{
background-color: #29A8FF;
}
</style>
border-color css
<style>
span { border-color: #29A8FF; }
span { border-color: rgb(41,168,255); }
td.TdClassName
{
border-color: #29A8FF;
}
.TagClassName
{
border-color: #29A8FF;
}
</style>