Shades of Dodger Blue #299EED
Tints of Dodger Blue #299EED
RGB
CMYK
RGB Variations
Color information
#299EED (or 0x299EED) is known color: Dodger Blue. HEX triplet: 29, 9E and ED. RGB value is (41,158,237). Sum of RGB (Red+Green+Blue) = 41+158+237=436 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.40% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #299EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299EED is #D66112. Grayscale: #838383. Windows color (decimal): -14049555 or 15572521. OLE color: 15572521.
HSL color Cylindrical-coordinate representation of color #299EED: hue angle of 204.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299EED is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 158 | 237 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.07 |
| HSL | 204.18º | 0.84% | 0.55% | - |
| HSV(B) | 204.18º | 0.83% | 0.93% | - |
| XYZ | 28.43 | 31.04 | 84.61 | - |
| YUV | 132.02 | 187.24 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 237 | 0.83 | 0.33 | 0 | 0.07 | 204.18 | 0.84 | 0.55 |
| Hex | 29 | 9E | ED | 53 | 21 | 0 | 7 | CC | 54 | 37 |
| Octal | 51 | 236 | 355 | 123 | 41 | 0 | 7 | 314 | 124 | 67 |
| Binary | 101001 | 10011110 | 11101101 | 1010011 | 100001 | 0 | 111 | 11001100 | 1010100 | 110111 |
Color Harmonies of #299EED
Complementary color
Monochromatic Colors of #299EED
Black with #299EED
Text Example
Text Example
White with #299EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299EED; }
p { color: rgb(41,158,237); }
H1.HeaderClassName
{
color: #299EED;
}
.AnyTagClassName
{
color: #299EED;
}
</style>
background-color css
<style>
a { background-color: #299EED; }
a { background-color: rgb(41,158,237); }
div.DivClassName
{
background-color: #299EED;
}
.BgClassName
{
background-color: #299EED;
}
</style>
border-color css
<style>
span { border-color: #299EED; }
span { border-color: rgb(41,158,237); }
td.TdClassName
{
border-color: #299EED;
}
.TagClassName
{
border-color: #299EED;
}
</style>