Shades of Dodger Blue #297EE9
Tints of Dodger Blue #297EE9
RGB
CMYK
RGB Variations
Color information
#297EE9 (or 0x297EE9) is known color: Dodger Blue. HEX triplet: 29, 7E and E9. RGB value is (41,126,233). Sum of RGB (Red+Green+Blue) = 41+126+233=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 233 (91.41% from 255 or 58.25% from 400); Max value from RGB is 233 - color contains mainly: blue. Hex color #297EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297EE9 is #D68116. Grayscale: #707070. Windows color (decimal): -14057751 or 15302185. OLE color: 15302185.
HSL color Cylindrical-coordinate representation of color #297EE9: hue angle of 213.44º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297EE9 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 126 | 233 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.09 |
| HSL | 213.44º | 0.81% | 0.54% | - |
| HSV(B) | 213.44º | 0.82% | 0.91% | - |
| XYZ | 23.08 | 21.28 | 79.98 | - |
| YUV | 112.78 | 195.84 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 233 | 0.82 | 0.46 | 0 | 0.09 | 213.44 | 0.81 | 0.54 |
| Hex | 29 | 7E | E9 | 52 | 2E | 0 | 9 | D5 | 51 | 36 |
| Octal | 51 | 176 | 351 | 122 | 56 | 0 | 11 | 325 | 121 | 66 |
| Binary | 101001 | 1111110 | 11101001 | 1010010 | 101110 | 0 | 1001 | 11010101 | 1010001 | 110110 |
Color Harmonies of #297EE9
Complementary color
Monochromatic Colors of #297EE9
Black with #297EE9
Text Example
Text Example
White with #297EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297EE9; }
p { color: rgb(41,126,233); }
H1.HeaderClassName
{
color: #297EE9;
}
.AnyTagClassName
{
color: #297EE9;
}
</style>
background-color css
<style>
a { background-color: #297EE9; }
a { background-color: rgb(41,126,233); }
div.DivClassName
{
background-color: #297EE9;
}
.BgClassName
{
background-color: #297EE9;
}
</style>
border-color css
<style>
span { border-color: #297EE9; }
span { border-color: rgb(41,126,233); }
td.TdClassName
{
border-color: #297EE9;
}
.TagClassName
{
border-color: #297EE9;
}
</style>