Shades of Dodger Blue #29B0FF
Tints of Dodger Blue #29B0FF
RGB
CMYK
RGB Variations
Color information
#29B0FF (or 0x29B0FF) is known color: Dodger Blue. HEX triplet: 29, B0 and FF. RGB value is (41,176,255). Sum of RGB (Red+Green+Blue) = 41+176+255=472 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.69% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #29B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29B0FF is #D64F00. Grayscale: #909090. Windows color (decimal): -14044929 or 16756777. OLE color: 16756777.
HSL color Cylindrical-coordinate representation of color #29B0FF: hue angle of 202.15º 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 #29B0FF is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 176 | 255 | - |
| CMYK | 0.84 | 0.31 | 0 | 0 |
| HSL | 202.15º | 1% | 0.58% | - |
| HSV(B) | 202.15º | 0.84% | 1% | - |
| XYZ | 34.49 | 38.74 | 100.27 | - |
| YUV | 144.64 | 190.27 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 176 | 255 | 0.84 | 0.31 | 0 | 0 | 202.15 | 1 | 0.58 |
| Hex | 29 | B0 | FF | 54 | 1F | 0 | 0 | CA | 64 | 3A |
| Octal | 51 | 260 | 377 | 124 | 37 | 0 | 0 | 312 | 144 | 72 |
| Binary | 101001 | 10110000 | 11111111 | 1010100 | 11111 | 0 | 0 | 11001010 | 1100100 | 111010 |
Color Harmonies of #29B0FF
Complementary color
Monochromatic Colors of #29B0FF
Black with #29B0FF
Text Example
Text Example
White with #29B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B0FF; }
p { color: rgb(41,176,255); }
H1.HeaderClassName
{
color: #29B0FF;
}
.AnyTagClassName
{
color: #29B0FF;
}
</style>
background-color css
<style>
a { background-color: #29B0FF; }
a { background-color: rgb(41,176,255); }
div.DivClassName
{
background-color: #29B0FF;
}
.BgClassName
{
background-color: #29B0FF;
}
</style>
border-color css
<style>
span { border-color: #29B0FF; }
span { border-color: rgb(41,176,255); }
td.TdClassName
{
border-color: #29B0FF;
}
.TagClassName
{
border-color: #29B0FF;
}
</style>