Shades of Dodger Blue #297CEF
Tints of Dodger Blue #297CEF
RGB
CMYK
RGB Variations
Color information
#297CEF (or 0x297CEF) is known color: Dodger Blue. HEX triplet: 29, 7C and EF. RGB value is (41,124,239). Sum of RGB (Red+Green+Blue) = 41+124+239=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #297CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297CEF is #D68310. Grayscale: #6F6F6F. Windows color (decimal): -14058257 or 15694889. OLE color: 15694889.
HSL color Cylindrical-coordinate representation of color #297CEF: hue angle of 214.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297CEF is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 124 | 239 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.06 |
| HSL | 214.85º | 0.86% | 0.55% | - |
| HSV(B) | 214.85º | 0.83% | 0.94% | - |
| XYZ | 23.7 | 21.12 | 84.49 | - |
| YUV | 112.29 | 199.5 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 239 | 0.83 | 0.48 | 0 | 0.06 | 214.85 | 0.86 | 0.55 |
| Hex | 29 | 7C | EF | 53 | 30 | 0 | 6 | D7 | 56 | 37 |
| Octal | 51 | 174 | 357 | 123 | 60 | 0 | 6 | 327 | 126 | 67 |
| Binary | 101001 | 1111100 | 11101111 | 1010011 | 110000 | 0 | 110 | 11010111 | 1010110 | 110111 |
Color Harmonies of #297CEF
Complementary color
Monochromatic Colors of #297CEF
Black with #297CEF
Text Example
Text Example
White with #297CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297CEF; }
p { color: rgb(41,124,239); }
H1.HeaderClassName
{
color: #297CEF;
}
.AnyTagClassName
{
color: #297CEF;
}
</style>
background-color css
<style>
a { background-color: #297CEF; }
a { background-color: rgb(41,124,239); }
div.DivClassName
{
background-color: #297CEF;
}
.BgClassName
{
background-color: #297CEF;
}
</style>
border-color css
<style>
span { border-color: #297CEF; }
span { border-color: rgb(41,124,239); }
td.TdClassName
{
border-color: #297CEF;
}
.TagClassName
{
border-color: #297CEF;
}
</style>