Shades of Dodger Blue #297CEA
Tints of Dodger Blue #297CEA
RGB
CMYK
RGB Variations
Color information
#297CEA (or 0x297CEA) is known color: Dodger Blue. HEX triplet: 29, 7C and EA. RGB value is (41,124,234). Sum of RGB (Red+Green+Blue) = 41+124+234=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #297CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297CEA is #D68315. Grayscale: #6F6F6F. Windows color (decimal): -14058262 or 15367209. OLE color: 15367209.
HSL color Cylindrical-coordinate representation of color #297CEA: hue angle of 214.2º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297CEA is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 124 | 234 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.08 |
| HSL | 214.2º | 0.82% | 0.54% | - |
| HSV(B) | 214.2º | 0.82% | 0.92% | - |
| XYZ | 22.97 | 20.83 | 80.65 | - |
| YUV | 111.72 | 197 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 234 | 0.82 | 0.47 | 0 | 0.08 | 214.2 | 0.82 | 0.54 |
| Hex | 29 | 7C | EA | 52 | 2F | 0 | 8 | D6 | 52 | 36 |
| Octal | 51 | 174 | 352 | 122 | 57 | 0 | 10 | 326 | 122 | 66 |
| Binary | 101001 | 1111100 | 11101010 | 1010010 | 101111 | 0 | 1000 | 11010110 | 1010010 | 110110 |
Color Harmonies of #297CEA
Complementary color
Monochromatic Colors of #297CEA
Black with #297CEA
Text Example
Text Example
White with #297CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297CEA; }
p { color: rgb(41,124,234); }
H1.HeaderClassName
{
color: #297CEA;
}
.AnyTagClassName
{
color: #297CEA;
}
</style>
background-color css
<style>
a { background-color: #297CEA; }
a { background-color: rgb(41,124,234); }
div.DivClassName
{
background-color: #297CEA;
}
.BgClassName
{
background-color: #297CEA;
}
</style>
border-color css
<style>
span { border-color: #297CEA; }
span { border-color: rgb(41,124,234); }
td.TdClassName
{
border-color: #297CEA;
}
.TagClassName
{
border-color: #297CEA;
}
</style>