Shades of Dodger Blue #299EEC
Tints of Dodger Blue #299EEC
RGB
CMYK
RGB Variations
Color information
#299EEC (or 0x299EEC) is known color: Dodger Blue. HEX triplet: 29, 9E and EC. RGB value is (41,158,236). Sum of RGB (Red+Green+Blue) = 41+158+236=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #299EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299EEC is #D66113. Grayscale: #838383. Windows color (decimal): -14049556 or 15506985. OLE color: 15506985.
HSL color Cylindrical-coordinate representation of color #299EEC: hue angle of 204º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299EEC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 158 | 236 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.07 |
| HSL | 204º | 0.84% | 0.54% | - |
| HSV(B) | 204º | 0.83% | 0.93% | - |
| XYZ | 28.28 | 30.98 | 83.85 | - |
| YUV | 131.91 | 186.74 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 236 | 0.83 | 0.33 | 0 | 0.07 | 204 | 0.84 | 0.54 |
| Hex | 29 | 9E | EC | 53 | 21 | 0 | 7 | CC | 54 | 36 |
| Octal | 51 | 236 | 354 | 123 | 41 | 0 | 7 | 314 | 124 | 66 |
| Binary | 101001 | 10011110 | 11101100 | 1010011 | 100001 | 0 | 111 | 11001100 | 1010100 | 110110 |
Color Harmonies of #299EEC
Complementary color
Monochromatic Colors of #299EEC
Black with #299EEC
Text Example
Text Example
White with #299EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299EEC; }
p { color: rgb(41,158,236); }
H1.HeaderClassName
{
color: #299EEC;
}
.AnyTagClassName
{
color: #299EEC;
}
</style>
background-color css
<style>
a { background-color: #299EEC; }
a { background-color: rgb(41,158,236); }
div.DivClassName
{
background-color: #299EEC;
}
.BgClassName
{
background-color: #299EEC;
}
</style>
border-color css
<style>
span { border-color: #299EEC; }
span { border-color: rgb(41,158,236); }
td.TdClassName
{
border-color: #299EEC;
}
.TagClassName
{
border-color: #299EEC;
}
</style>