Shades of Dodger Blue #297EE2
Tints of Dodger Blue #297EE2
RGB
CMYK
RGB Variations
Color information
#297EE2 (or 0x297EE2) is known color: Dodger Blue. HEX triplet: 29, 7E and E2. RGB value is (41,126,226). Sum of RGB (Red+Green+Blue) = 41+126+226=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 226 (88.67% from 255 or 57.51% from 393); Max value from RGB is 226 - color contains mainly: blue. Hex color #297EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EE2 is #D6811D. Grayscale: #6F6F6F. Windows color (decimal): -14057758 or 14843433. OLE color: 14843433.
HSL color Cylindrical-coordinate representation of color #297EE2: hue angle of 212.43º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297EE2 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 126 | 226 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.11 |
| HSL | 212.43º | 0.76% | 0.52% | - |
| HSV(B) | 212.43º | 0.82% | 0.89% | - |
| XYZ | 22.1 | 20.88 | 74.82 | - |
| YUV | 111.99 | 192.34 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 226 | 0.82 | 0.44 | 0 | 0.11 | 212.43 | 0.76 | 0.52 |
| Hex | 29 | 7E | E2 | 52 | 2C | 0 | B | D4 | 4C | 34 |
| Octal | 51 | 176 | 342 | 122 | 54 | 0 | 13 | 324 | 114 | 64 |
| Binary | 101001 | 1111110 | 11100010 | 1010010 | 101100 | 0 | 1011 | 11010100 | 1001100 | 110100 |
Color Harmonies of #297EE2
Complementary color
Monochromatic Colors of #297EE2
Black with #297EE2
Text Example
Text Example
White with #297EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297EE2; }
p { color: rgb(41,126,226); }
H1.HeaderClassName
{
color: #297EE2;
}
.AnyTagClassName
{
color: #297EE2;
}
</style>
background-color css
<style>
a { background-color: #297EE2; }
a { background-color: rgb(41,126,226); }
div.DivClassName
{
background-color: #297EE2;
}
.BgClassName
{
background-color: #297EE2;
}
</style>
border-color css
<style>
span { border-color: #297EE2; }
span { border-color: rgb(41,126,226); }
td.TdClassName
{
border-color: #297EE2;
}
.TagClassName
{
border-color: #297EE2;
}
</style>