Shades of Dodger Blue #297BED
Tints of Dodger Blue #297BED
RGB
CMYK
RGB Variations
Color information
#297BED (or 0x297BED) is known color: Dodger Blue. HEX triplet: 29, 7B and ED. RGB value is (41,123,237). Sum of RGB (Red+Green+Blue) = 41+123+237=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #297BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297BED is #D68412. Grayscale: #6E6E6E. Windows color (decimal): -14058515 or 15563561. OLE color: 15563561.
HSL color Cylindrical-coordinate representation of color #297BED: hue angle of 214.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297BED is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 123 | 237 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.07 |
| HSL | 214.9º | 0.84% | 0.55% | - |
| HSV(B) | 214.9º | 0.83% | 0.93% | - |
| XYZ | 23.28 | 20.75 | 82.9 | - |
| YUV | 111.48 | 198.83 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 237 | 0.83 | 0.48 | 0 | 0.07 | 214.9 | 0.84 | 0.55 |
| Hex | 29 | 7B | ED | 53 | 30 | 0 | 7 | D7 | 54 | 37 |
| Octal | 51 | 173 | 355 | 123 | 60 | 0 | 7 | 327 | 124 | 67 |
| Binary | 101001 | 1111011 | 11101101 | 1010011 | 110000 | 0 | 111 | 11010111 | 1010100 | 110111 |
Color Harmonies of #297BED
Complementary color
Monochromatic Colors of #297BED
Black with #297BED
Text Example
Text Example
White with #297BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BED; }
p { color: rgb(41,123,237); }
H1.HeaderClassName
{
color: #297BED;
}
.AnyTagClassName
{
color: #297BED;
}
</style>
background-color css
<style>
a { background-color: #297BED; }
a { background-color: rgb(41,123,237); }
div.DivClassName
{
background-color: #297BED;
}
.BgClassName
{
background-color: #297BED;
}
</style>
border-color css
<style>
span { border-color: #297BED; }
span { border-color: rgb(41,123,237); }
td.TdClassName
{
border-color: #297BED;
}
.TagClassName
{
border-color: #297BED;
}
</style>