Shades of Dodger Blue #297EFE
Tints of Dodger Blue #297EFE
RGB
CMYK
RGB Variations
Color information
#297EFE (or 0x297EFE) is known color: Dodger Blue. HEX triplet: 29, 7E and FE. RGB value is (41,126,254). Sum of RGB (Red+Green+Blue) = 41+126+254=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #297EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297EFE is #D68101. Grayscale: #727272. Windows color (decimal): -14057730 or 16678441. OLE color: 16678441.
HSL color Cylindrical-coordinate representation of color #297EFE: hue angle of 216.06º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297EFE is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 126 | 254 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.00 |
| HSL | 216.06º | 0.99% | 0.58% | - |
| HSV(B) | 216.06º | 0.84% | 1% | - |
| XYZ | 26.26 | 22.55 | 96.73 | - |
| YUV | 115.18 | 206.34 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 254 | 0.84 | 0.50 | 0 | 0.00 | 216.06 | 0.99 | 0.58 |
| Hex | 29 | 7E | FE | 54 | 32 | 0 | 0 | D8 | 63 | 3A |
| Octal | 51 | 176 | 376 | 124 | 62 | 0 | 0 | 330 | 143 | 72 |
| Binary | 101001 | 1111110 | 11111110 | 1010100 | 110010 | 0 | 0 | 11011000 | 1100011 | 111010 |
Color Harmonies of #297EFE
Complementary color
Monochromatic Colors of #297EFE
Black with #297EFE
Text Example
Text Example
White with #297EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297EFE; }
p { color: rgb(41,126,254); }
H1.HeaderClassName
{
color: #297EFE;
}
.AnyTagClassName
{
color: #297EFE;
}
</style>
background-color css
<style>
a { background-color: #297EFE; }
a { background-color: rgb(41,126,254); }
div.DivClassName
{
background-color: #297EFE;
}
.BgClassName
{
background-color: #297EFE;
}
</style>
border-color css
<style>
span { border-color: #297EFE; }
span { border-color: rgb(41,126,254); }
td.TdClassName
{
border-color: #297EFE;
}
.TagClassName
{
border-color: #297EFE;
}
</style>