Shades of Dodger Blue #297EEF
Tints of Dodger Blue #297EEF
RGB
CMYK
RGB Variations
Color information
#297EEF (or 0x297EEF) is known color: Dodger Blue. HEX triplet: 29, 7E and EF. RGB value is (41,126,239). Sum of RGB (Red+Green+Blue) = 41+126+239=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #297EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297EEF is #D68110. Grayscale: #707070. Windows color (decimal): -14057745 or 15695401. OLE color: 15695401.
HSL color Cylindrical-coordinate representation of color #297EEF: hue angle of 214.24º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297EEF is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 126 | 239 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.06 |
| HSL | 214.24º | 0.86% | 0.55% | - |
| HSV(B) | 214.24º | 0.83% | 0.94% | - |
| XYZ | 23.96 | 21.63 | 84.57 | - |
| YUV | 113.47 | 198.84 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 239 | 0.83 | 0.47 | 0 | 0.06 | 214.24 | 0.86 | 0.55 |
| Hex | 29 | 7E | EF | 53 | 2F | 0 | 6 | D6 | 56 | 37 |
| Octal | 51 | 176 | 357 | 123 | 57 | 0 | 6 | 326 | 126 | 67 |
| Binary | 101001 | 1111110 | 11101111 | 1010011 | 101111 | 0 | 110 | 11010110 | 1010110 | 110111 |
Color Harmonies of #297EEF
Complementary color
Monochromatic Colors of #297EEF
Black with #297EEF
Text Example
Text Example
White with #297EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297EEF; }
p { color: rgb(41,126,239); }
H1.HeaderClassName
{
color: #297EEF;
}
.AnyTagClassName
{
color: #297EEF;
}
</style>
background-color css
<style>
a { background-color: #297EEF; }
a { background-color: rgb(41,126,239); }
div.DivClassName
{
background-color: #297EEF;
}
.BgClassName
{
background-color: #297EEF;
}
</style>
border-color css
<style>
span { border-color: #297EEF; }
span { border-color: rgb(41,126,239); }
td.TdClassName
{
border-color: #297EEF;
}
.TagClassName
{
border-color: #297EEF;
}
</style>