Shades of Dodger Blue #297CFF
Tints of Dodger Blue #297CFF
RGB
CMYK
RGB Variations
Color information
#297CFF (or 0x297CFF) is known color: Dodger Blue. HEX triplet: 29, 7C and FF. RGB value is (41,124,255). Sum of RGB (Red+Green+Blue) = 41+124+255=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #297CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297CFF is #D68300. Grayscale: #717171. Windows color (decimal): -14058241 or 16743465. OLE color: 16743465.
HSL color Cylindrical-coordinate representation of color #297CFF: hue angle of 216.73º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297CFF is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 124 | 255 | - |
| CMYK | 0.84 | 0.51 | 0 | 0 |
| HSL | 216.73º | 1% | 0.58% | - |
| HSV(B) | 216.73º | 0.84% | 1% | - |
| XYZ | 26.17 | 22.11 | 97.5 | - |
| YUV | 114.12 | 207.5 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 255 | 0.84 | 0.51 | 0 | 0 | 216.73 | 1 | 0.58 |
| Hex | 29 | 7C | FF | 54 | 33 | 0 | 0 | D9 | 64 | 3A |
| Octal | 51 | 174 | 377 | 124 | 63 | 0 | 0 | 331 | 144 | 72 |
| Binary | 101001 | 1111100 | 11111111 | 1010100 | 110011 | 0 | 0 | 11011001 | 1100100 | 111010 |
Color Harmonies of #297CFF
Complementary color
Monochromatic Colors of #297CFF
Black with #297CFF
Text Example
Text Example
White with #297CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297CFF; }
p { color: rgb(41,124,255); }
H1.HeaderClassName
{
color: #297CFF;
}
.AnyTagClassName
{
color: #297CFF;
}
</style>
background-color css
<style>
a { background-color: #297CFF; }
a { background-color: rgb(41,124,255); }
div.DivClassName
{
background-color: #297CFF;
}
.BgClassName
{
background-color: #297CFF;
}
</style>
border-color css
<style>
span { border-color: #297CFF; }
span { border-color: rgb(41,124,255); }
td.TdClassName
{
border-color: #297CFF;
}
.TagClassName
{
border-color: #297CFF;
}
</style>