Shades of Dodger Blue #297FEE
Tints of Dodger Blue #297FEE
RGB
CMYK
RGB Variations
Color information
#297FEE (or 0x297FEE) is known color: Dodger Blue. HEX triplet: 29, 7F and EE. RGB value is (41,127,238). Sum of RGB (Red+Green+Blue) = 41+127+238=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #297FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297FEE is #D68011. Grayscale: #717171. Windows color (decimal): -14057490 or 15630121. OLE color: 15630121.
HSL color Cylindrical-coordinate representation of color #297FEE: hue angle of 213.81º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297FEE is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 127 | 238 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.07 |
| HSL | 213.81º | 0.85% | 0.55% | - |
| HSV(B) | 213.81º | 0.83% | 0.93% | - |
| XYZ | 23.94 | 21.82 | 83.84 | - |
| YUV | 113.94 | 198.01 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 238 | 0.83 | 0.47 | 0 | 0.07 | 213.81 | 0.85 | 0.55 |
| Hex | 29 | 7F | EE | 53 | 2F | 0 | 7 | D6 | 55 | 37 |
| Octal | 51 | 177 | 356 | 123 | 57 | 0 | 7 | 326 | 125 | 67 |
| Binary | 101001 | 1111111 | 11101110 | 1010011 | 101111 | 0 | 111 | 11010110 | 1010101 | 110111 |
Color Harmonies of #297FEE
Complementary color
Monochromatic Colors of #297FEE
Black with #297FEE
Text Example
Text Example
White with #297FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FEE; }
p { color: rgb(41,127,238); }
H1.HeaderClassName
{
color: #297FEE;
}
.AnyTagClassName
{
color: #297FEE;
}
</style>
background-color css
<style>
a { background-color: #297FEE; }
a { background-color: rgb(41,127,238); }
div.DivClassName
{
background-color: #297FEE;
}
.BgClassName
{
background-color: #297FEE;
}
</style>
border-color css
<style>
span { border-color: #297FEE; }
span { border-color: rgb(41,127,238); }
td.TdClassName
{
border-color: #297FEE;
}
.TagClassName
{
border-color: #297FEE;
}
</style>