Shades of Dodger Blue #299DEA
Tints of Dodger Blue #299DEA
RGB
CMYK
RGB Variations
Color information
#299DEA (or 0x299DEA) is known color: Dodger Blue. HEX triplet: 29, 9D and EA. RGB value is (41,157,234). Sum of RGB (Red+Green+Blue) = 41+157+234=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #299DEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299DEA is #D66215. Grayscale: #828282. Windows color (decimal): -14049814 or 15375657. OLE color: 15375657.
HSL color Cylindrical-coordinate representation of color #299DEA: hue angle of 203.94º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #299DEA is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 157 | 234 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.08 |
| HSL | 203.94º | 0.82% | 0.54% | - |
| HSV(B) | 203.94º | 0.82% | 0.92% | - |
| XYZ | 27.82 | 30.53 | 82.27 | - |
| YUV | 131.09 | 186.07 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 234 | 0.82 | 0.33 | 0 | 0.08 | 203.94 | 0.82 | 0.54 |
| Hex | 29 | 9D | EA | 52 | 21 | 0 | 8 | CC | 52 | 36 |
| Octal | 51 | 235 | 352 | 122 | 41 | 0 | 10 | 314 | 122 | 66 |
| Binary | 101001 | 10011101 | 11101010 | 1010010 | 100001 | 0 | 1000 | 11001100 | 1010010 | 110110 |
Color Harmonies of #299DEA
Complementary color
Monochromatic Colors of #299DEA
Black with #299DEA
Text Example
Text Example
White with #299DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299DEA; }
p { color: rgb(41,157,234); }
H1.HeaderClassName
{
color: #299DEA;
}
.AnyTagClassName
{
color: #299DEA;
}
</style>
background-color css
<style>
a { background-color: #299DEA; }
a { background-color: rgb(41,157,234); }
div.DivClassName
{
background-color: #299DEA;
}
.BgClassName
{
background-color: #299DEA;
}
</style>
border-color css
<style>
span { border-color: #299DEA; }
span { border-color: rgb(41,157,234); }
td.TdClassName
{
border-color: #299DEA;
}
.TagClassName
{
border-color: #299DEA;
}
</style>