Shades of Dodger Blue #297DED
Tints of Dodger Blue #297DED
RGB
CMYK
RGB Variations
Color information
#297DED (or 0x297DED) is known color: Dodger Blue. HEX triplet: 29, 7D and ED. RGB value is (41,125,237). Sum of RGB (Red+Green+Blue) = 41+125+237=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #297DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297DED is #D68212. Grayscale: #707070. Windows color (decimal): -14058003 or 15564073. OLE color: 15564073.
HSL color Cylindrical-coordinate representation of color #297DED: hue angle of 214.29º degrees, saturation: 0.84, 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 #297DED is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 125 | 237 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.07 |
| HSL | 214.29º | 0.84% | 0.55% | - |
| HSV(B) | 214.29º | 0.83% | 0.93% | - |
| XYZ | 23.53 | 21.25 | 82.98 | - |
| YUV | 112.65 | 198.17 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 237 | 0.83 | 0.47 | 0 | 0.07 | 214.29 | 0.84 | 0.55 |
| Hex | 29 | 7D | ED | 53 | 2F | 0 | 7 | D6 | 54 | 37 |
| Octal | 51 | 175 | 355 | 123 | 57 | 0 | 7 | 326 | 124 | 67 |
| Binary | 101001 | 1111101 | 11101101 | 1010011 | 101111 | 0 | 111 | 11010110 | 1010100 | 110111 |
Color Harmonies of #297DED
Complementary color
Monochromatic Colors of #297DED
Black with #297DED
Text Example
Text Example
White with #297DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297DED; }
p { color: rgb(41,125,237); }
H1.HeaderClassName
{
color: #297DED;
}
.AnyTagClassName
{
color: #297DED;
}
</style>
background-color css
<style>
a { background-color: #297DED; }
a { background-color: rgb(41,125,237); }
div.DivClassName
{
background-color: #297DED;
}
.BgClassName
{
background-color: #297DED;
}
</style>
border-color css
<style>
span { border-color: #297DED; }
span { border-color: rgb(41,125,237); }
td.TdClassName
{
border-color: #297DED;
}
.TagClassName
{
border-color: #297DED;
}
</style>