Shades of Dodger Blue #298DEC
Tints of Dodger Blue #298DEC
RGB
CMYK
RGB Variations
Color information
#298DEC (or 0x298DEC) is known color: Dodger Blue. HEX triplet: 29, 8D and EC. RGB value is (41,141,236). Sum of RGB (Red+Green+Blue) = 41+141+236=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #298DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298DEC is #D67213. Grayscale: #797979. Windows color (decimal): -14053908 or 15502633. OLE color: 15502633.
HSL color Cylindrical-coordinate representation of color #298DEC: hue angle of 209.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298DEC is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 141 | 236 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.07 |
| HSL | 209.23º | 0.84% | 0.54% | - |
| HSV(B) | 209.23º | 0.83% | 0.93% | - |
| XYZ | 25.58 | 25.58 | 82.95 | - |
| YUV | 121.93 | 192.37 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 236 | 0.83 | 0.40 | 0 | 0.07 | 209.23 | 0.84 | 0.54 |
| Hex | 29 | 8D | EC | 53 | 28 | 0 | 7 | D1 | 54 | 36 |
| Octal | 51 | 215 | 354 | 123 | 50 | 0 | 7 | 321 | 124 | 66 |
| Binary | 101001 | 10001101 | 11101100 | 1010011 | 101000 | 0 | 111 | 11010001 | 1010100 | 110110 |
Color Harmonies of #298DEC
Complementary color
Monochromatic Colors of #298DEC
Black with #298DEC
Text Example
Text Example
White with #298DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DEC; }
p { color: rgb(41,141,236); }
H1.HeaderClassName
{
color: #298DEC;
}
.AnyTagClassName
{
color: #298DEC;
}
</style>
background-color css
<style>
a { background-color: #298DEC; }
a { background-color: rgb(41,141,236); }
div.DivClassName
{
background-color: #298DEC;
}
.BgClassName
{
background-color: #298DEC;
}
</style>
border-color css
<style>
span { border-color: #298DEC; }
span { border-color: rgb(41,141,236); }
td.TdClassName
{
border-color: #298DEC;
}
.TagClassName
{
border-color: #298DEC;
}
</style>