Shades of Dodger Blue #297CE6
Tints of Dodger Blue #297CE6
RGB
CMYK
RGB Variations
Color information
#297CE6 (or 0x297CE6) is known color: Dodger Blue. HEX triplet: 29, 7C and E6. RGB value is (41,124,230). Sum of RGB (Red+Green+Blue) = 41+124+230=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #297CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297CE6 is #D68319. Grayscale: #6E6E6E. Windows color (decimal): -14058266 or 15105065. OLE color: 15105065.
HSL color Cylindrical-coordinate representation of color #297CE6: hue angle of 213.65º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297CE6 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 124 | 230 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.10 |
| HSL | 213.65º | 0.79% | 0.53% | - |
| HSV(B) | 213.65º | 0.82% | 0.9% | - |
| XYZ | 22.41 | 20.6 | 77.66 | - |
| YUV | 111.27 | 195 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 230 | 0.82 | 0.46 | 0 | 0.10 | 213.65 | 0.79 | 0.53 |
| Hex | 29 | 7C | E6 | 52 | 2E | 0 | A | D6 | 4F | 35 |
| Octal | 51 | 174 | 346 | 122 | 56 | 0 | 12 | 326 | 117 | 65 |
| Binary | 101001 | 1111100 | 11100110 | 1010010 | 101110 | 0 | 1010 | 11010110 | 1001111 | 110101 |
Color Harmonies of #297CE6
Complementary color
Monochromatic Colors of #297CE6
Black with #297CE6
Text Example
Text Example
White with #297CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297CE6; }
p { color: rgb(41,124,230); }
H1.HeaderClassName
{
color: #297CE6;
}
.AnyTagClassName
{
color: #297CE6;
}
</style>
background-color css
<style>
a { background-color: #297CE6; }
a { background-color: rgb(41,124,230); }
div.DivClassName
{
background-color: #297CE6;
}
.BgClassName
{
background-color: #297CE6;
}
</style>
border-color css
<style>
span { border-color: #297CE6; }
span { border-color: rgb(41,124,230); }
td.TdClassName
{
border-color: #297CE6;
}
.TagClassName
{
border-color: #297CE6;
}
</style>