Shades of Dodger Blue #297FEF
Tints of Dodger Blue #297FEF
RGB
CMYK
RGB Variations
Color information
#297FEF (or 0x297FEF) is known color: Dodger Blue. HEX triplet: 29, 7F and EF. RGB value is (41,127,239). Sum of RGB (Red+Green+Blue) = 41+127+239=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #297FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297FEF is #D68010. Grayscale: #717171. Windows color (decimal): -14057489 or 15695657. OLE color: 15695657.
HSL color Cylindrical-coordinate representation of color #297FEF: hue angle of 213.94º 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 #297FEF is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 127 | 239 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.06 |
| HSL | 213.94º | 0.86% | 0.55% | - |
| HSV(B) | 213.94º | 0.83% | 0.94% | - |
| XYZ | 24.08 | 21.88 | 84.62 | - |
| YUV | 114.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 239 | 0.83 | 0.47 | 0 | 0.06 | 213.94 | 0.86 | 0.55 |
| Hex | 29 | 7F | EF | 53 | 2F | 0 | 6 | D6 | 56 | 37 |
| Octal | 51 | 177 | 357 | 123 | 57 | 0 | 6 | 326 | 126 | 67 |
| Binary | 101001 | 1111111 | 11101111 | 1010011 | 101111 | 0 | 110 | 11010110 | 1010110 | 110111 |
Color Harmonies of #297FEF
Complementary color
Monochromatic Colors of #297FEF
Black with #297FEF
Text Example
Text Example
White with #297FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FEF; }
p { color: rgb(41,127,239); }
H1.HeaderClassName
{
color: #297FEF;
}
.AnyTagClassName
{
color: #297FEF;
}
</style>
background-color css
<style>
a { background-color: #297FEF; }
a { background-color: rgb(41,127,239); }
div.DivClassName
{
background-color: #297FEF;
}
.BgClassName
{
background-color: #297FEF;
}
</style>
border-color css
<style>
span { border-color: #297FEF; }
span { border-color: rgb(41,127,239); }
td.TdClassName
{
border-color: #297FEF;
}
.TagClassName
{
border-color: #297FEF;
}
</style>