Shades of Dodger Blue #298EEB
Tints of Dodger Blue #298EEB
RGB
CMYK
RGB Variations
Color information
#298EEB (or 0x298EEB) is known color: Dodger Blue. HEX triplet: 29, 8E and EB. RGB value is (41,142,235). Sum of RGB (Red+Green+Blue) = 41+142+235=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #298EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298EEB is #D67114. Grayscale: #797979. Windows color (decimal): -14053653 or 15437353. OLE color: 15437353.
HSL color Cylindrical-coordinate representation of color #298EEB: hue angle of 208.76º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298EEB is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 142 | 235 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.08 |
| HSL | 208.76º | 0.83% | 0.54% | - |
| HSV(B) | 208.76º | 0.83% | 0.92% | - |
| XYZ | 25.58 | 25.82 | 82.23 | - |
| YUV | 122.4 | 191.54 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 235 | 0.83 | 0.40 | 0 | 0.08 | 208.76 | 0.83 | 0.54 |
| Hex | 29 | 8E | EB | 53 | 28 | 0 | 8 | D1 | 53 | 36 |
| Octal | 51 | 216 | 353 | 123 | 50 | 0 | 10 | 321 | 123 | 66 |
| Binary | 101001 | 10001110 | 11101011 | 1010011 | 101000 | 0 | 1000 | 11010001 | 1010011 | 110110 |
Color Harmonies of #298EEB
Complementary color
Monochromatic Colors of #298EEB
Black with #298EEB
Text Example
Text Example
White with #298EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298EEB; }
p { color: rgb(41,142,235); }
H1.HeaderClassName
{
color: #298EEB;
}
.AnyTagClassName
{
color: #298EEB;
}
</style>
background-color css
<style>
a { background-color: #298EEB; }
a { background-color: rgb(41,142,235); }
div.DivClassName
{
background-color: #298EEB;
}
.BgClassName
{
background-color: #298EEB;
}
</style>
border-color css
<style>
span { border-color: #298EEB; }
span { border-color: rgb(41,142,235); }
td.TdClassName
{
border-color: #298EEB;
}
.TagClassName
{
border-color: #298EEB;
}
</style>