Shades of Dodger Blue #299CEA
Tints of Dodger Blue #299CEA
RGB
CMYK
RGB Variations
Color information
#299CEA (or 0x299CEA) is known color: Dodger Blue. HEX triplet: 29, 9C and EA. RGB value is (41,156,234). Sum of RGB (Red+Green+Blue) = 41+156+234=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #299CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CEA is #D66315. Grayscale: #828282. Windows color (decimal): -14050070 or 15375401. OLE color: 15375401.
HSL color Cylindrical-coordinate representation of color #299CEA: hue angle of 204.25º 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 #299CEA is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 156 | 234 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.08 |
| HSL | 204.25º | 0.82% | 0.54% | - |
| HSV(B) | 204.25º | 0.82% | 0.92% | - |
| XYZ | 27.65 | 30.19 | 82.21 | - |
| YUV | 130.51 | 186.4 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 234 | 0.82 | 0.33 | 0 | 0.08 | 204.25 | 0.82 | 0.54 |
| Hex | 29 | 9C | EA | 52 | 21 | 0 | 8 | CC | 52 | 36 |
| Octal | 51 | 234 | 352 | 122 | 41 | 0 | 10 | 314 | 122 | 66 |
| Binary | 101001 | 10011100 | 11101010 | 1010010 | 100001 | 0 | 1000 | 11001100 | 1010010 | 110110 |
Color Harmonies of #299CEA
Complementary color
Monochromatic Colors of #299CEA
Black with #299CEA
Text Example
Text Example
White with #299CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CEA; }
p { color: rgb(41,156,234); }
H1.HeaderClassName
{
color: #299CEA;
}
.AnyTagClassName
{
color: #299CEA;
}
</style>
background-color css
<style>
a { background-color: #299CEA; }
a { background-color: rgb(41,156,234); }
div.DivClassName
{
background-color: #299CEA;
}
.BgClassName
{
background-color: #299CEA;
}
</style>
border-color css
<style>
span { border-color: #299CEA; }
span { border-color: rgb(41,156,234); }
td.TdClassName
{
border-color: #299CEA;
}
.TagClassName
{
border-color: #299CEA;
}
</style>