Shades of Dodger Blue #297FE5
Tints of Dodger Blue #297FE5
RGB
CMYK
RGB Variations
Color information
#297FE5 (or 0x297FE5) is known color: Dodger Blue. HEX triplet: 29, 7F and E5. RGB value is (41,127,229). Sum of RGB (Red+Green+Blue) = 41+127+229=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #297FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FE5 is #D6801A. Grayscale: #707070. Windows color (decimal): -14057499 or 15040297. OLE color: 15040297.
HSL color Cylindrical-coordinate representation of color #297FE5: hue angle of 212.55º degrees, saturation: 0.78, 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 #297FE5 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 127 | 229 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.10 |
| HSL | 212.55º | 0.78% | 0.53% | - |
| HSV(B) | 212.55º | 0.82% | 0.9% | - |
| XYZ | 22.65 | 21.31 | 77.05 | - |
| YUV | 112.91 | 193.51 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 229 | 0.82 | 0.45 | 0 | 0.10 | 212.55 | 0.78 | 0.53 |
| Hex | 29 | 7F | E5 | 52 | 2D | 0 | A | D5 | 4E | 35 |
| Octal | 51 | 177 | 345 | 122 | 55 | 0 | 12 | 325 | 116 | 65 |
| Binary | 101001 | 1111111 | 11100101 | 1010010 | 101101 | 0 | 1010 | 11010101 | 1001110 | 110101 |
Color Harmonies of #297FE5
Complementary color
Monochromatic Colors of #297FE5
Black with #297FE5
Text Example
Text Example
White with #297FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FE5; }
p { color: rgb(41,127,229); }
H1.HeaderClassName
{
color: #297FE5;
}
.AnyTagClassName
{
color: #297FE5;
}
</style>
background-color css
<style>
a { background-color: #297FE5; }
a { background-color: rgb(41,127,229); }
div.DivClassName
{
background-color: #297FE5;
}
.BgClassName
{
background-color: #297FE5;
}
</style>
border-color css
<style>
span { border-color: #297FE5; }
span { border-color: rgb(41,127,229); }
td.TdClassName
{
border-color: #297FE5;
}
.TagClassName
{
border-color: #297FE5;
}
</style>