Shades of Dodger Blue #297FE6
Tints of Dodger Blue #297FE6
RGB
CMYK
RGB Variations
Color information
#297FE6 (or 0x297FE6) is known color: Dodger Blue. HEX triplet: 29, 7F and E6. RGB value is (41,127,230). Sum of RGB (Red+Green+Blue) = 41+127+230=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #297FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297FE6 is #D68019. Grayscale: #707070. Windows color (decimal): -14057498 or 15105833. OLE color: 15105833.
HSL color Cylindrical-coordinate representation of color #297FE6: hue angle of 212.7º 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 #297FE6 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 127 | 230 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.10 |
| HSL | 212.7º | 0.79% | 0.53% | - |
| HSV(B) | 212.7º | 0.82% | 0.9% | - |
| XYZ | 22.79 | 21.36 | 77.79 | - |
| YUV | 113.03 | 194.01 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 230 | 0.82 | 0.45 | 0 | 0.10 | 212.7 | 0.79 | 0.53 |
| Hex | 29 | 7F | E6 | 52 | 2D | 0 | A | D5 | 4F | 35 |
| Octal | 51 | 177 | 346 | 122 | 55 | 0 | 12 | 325 | 117 | 65 |
| Binary | 101001 | 1111111 | 11100110 | 1010010 | 101101 | 0 | 1010 | 11010101 | 1001111 | 110101 |
Color Harmonies of #297FE6
Complementary color
Monochromatic Colors of #297FE6
Black with #297FE6
Text Example
Text Example
White with #297FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FE6; }
p { color: rgb(41,127,230); }
H1.HeaderClassName
{
color: #297FE6;
}
.AnyTagClassName
{
color: #297FE6;
}
</style>
background-color css
<style>
a { background-color: #297FE6; }
a { background-color: rgb(41,127,230); }
div.DivClassName
{
background-color: #297FE6;
}
.BgClassName
{
background-color: #297FE6;
}
</style>
border-color css
<style>
span { border-color: #297FE6; }
span { border-color: rgb(41,127,230); }
td.TdClassName
{
border-color: #297FE6;
}
.TagClassName
{
border-color: #297FE6;
}
</style>