Shades of Dodger Blue #297FEC
Tints of Dodger Blue #297FEC
RGB
CMYK
RGB Variations
Color information
#297FEC (or 0x297FEC) is known color: Dodger Blue. HEX triplet: 29, 7F and EC. RGB value is (41,127,236). Sum of RGB (Red+Green+Blue) = 41+127+236=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #297FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297FEC is #D68013. Grayscale: #717171. Windows color (decimal): -14057492 or 15499049. OLE color: 15499049.
HSL color Cylindrical-coordinate representation of color #297FEC: hue angle of 213.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297FEC is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 127 | 236 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.07 |
| HSL | 213.54º | 0.84% | 0.54% | - |
| HSV(B) | 213.54º | 0.83% | 0.93% | - |
| XYZ | 23.64 | 21.71 | 82.3 | - |
| YUV | 113.71 | 197.01 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 236 | 0.83 | 0.46 | 0 | 0.07 | 213.54 | 0.84 | 0.54 |
| Hex | 29 | 7F | EC | 53 | 2E | 0 | 7 | D6 | 54 | 36 |
| Octal | 51 | 177 | 354 | 123 | 56 | 0 | 7 | 326 | 124 | 66 |
| Binary | 101001 | 1111111 | 11101100 | 1010011 | 101110 | 0 | 111 | 11010110 | 1010100 | 110110 |
Color Harmonies of #297FEC
Complementary color
Monochromatic Colors of #297FEC
Black with #297FEC
Text Example
Text Example
White with #297FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FEC; }
p { color: rgb(41,127,236); }
H1.HeaderClassName
{
color: #297FEC;
}
.AnyTagClassName
{
color: #297FEC;
}
</style>
background-color css
<style>
a { background-color: #297FEC; }
a { background-color: rgb(41,127,236); }
div.DivClassName
{
background-color: #297FEC;
}
.BgClassName
{
background-color: #297FEC;
}
</style>
border-color css
<style>
span { border-color: #297FEC; }
span { border-color: rgb(41,127,236); }
td.TdClassName
{
border-color: #297FEC;
}
.TagClassName
{
border-color: #297FEC;
}
</style>