Shades of Dodger Blue #29A2F1
Tints of Dodger Blue #29A2F1
RGB
CMYK
RGB Variations
Color information
#29A2F1 (or 0x29A2F1) is known color: Dodger Blue. HEX triplet: 29, A2 and F1. RGB value is (41,162,241). Sum of RGB (Red+Green+Blue) = 41+162+241=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #29A2F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A2F1 is #D65D0E. Grayscale: #868686. Windows color (decimal): -14048527 or 15835689. OLE color: 15835689.
HSL color Cylindrical-coordinate representation of color #29A2F1: hue angle of 203.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29A2F1 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 162 | 241 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.05 |
| HSL | 203.7º | 0.88% | 0.55% | - |
| HSV(B) | 203.7º | 0.83% | 0.95% | - |
| XYZ | 29.71 | 32.66 | 87.96 | - |
| YUV | 134.83 | 187.91 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 162 | 241 | 0.83 | 0.33 | 0 | 0.05 | 203.7 | 0.88 | 0.55 |
| Hex | 29 | A2 | F1 | 53 | 21 | 0 | 5 | CC | 58 | 37 |
| Octal | 51 | 242 | 361 | 123 | 41 | 0 | 5 | 314 | 130 | 67 |
| Binary | 101001 | 10100010 | 11110001 | 1010011 | 100001 | 0 | 101 | 11001100 | 1011000 | 110111 |
Color Harmonies of #29A2F1
Complementary color
Monochromatic Colors of #29A2F1
Black with #29A2F1
Text Example
Text Example
White with #29A2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A2F1; }
p { color: rgb(41,162,241); }
H1.HeaderClassName
{
color: #29A2F1;
}
.AnyTagClassName
{
color: #29A2F1;
}
</style>
background-color css
<style>
a { background-color: #29A2F1; }
a { background-color: rgb(41,162,241); }
div.DivClassName
{
background-color: #29A2F1;
}
.BgClassName
{
background-color: #29A2F1;
}
</style>
border-color css
<style>
span { border-color: #29A2F1; }
span { border-color: rgb(41,162,241); }
td.TdClassName
{
border-color: #29A2F1;
}
.TagClassName
{
border-color: #29A2F1;
}
</style>