Shades of Dodger Blue #298EE2
Tints of Dodger Blue #298EE2
RGB
CMYK
RGB Variations
Color information
#298EE2 (or 0x298EE2) is known color: Dodger Blue. HEX triplet: 29, 8E and E2. RGB value is (41,142,226). Sum of RGB (Red+Green+Blue) = 41+142+226=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 226 (88.67% from 255 or 55.26% from 409); Max value from RGB is 226 - color contains mainly: blue. Hex color #298EE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298EE2 is #D6711D. Grayscale: #787878. Windows color (decimal): -14053662 or 14847529. OLE color: 14847529.
HSL color Cylindrical-coordinate representation of color #298EE2: hue angle of 207.24º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298EE2 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 142 | 226 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.11 |
| HSL | 207.24º | 0.76% | 0.52% | - |
| HSV(B) | 207.24º | 0.82% | 0.89% | - |
| XYZ | 24.31 | 25.31 | 75.55 | - |
| YUV | 121.38 | 187.04 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 226 | 0.82 | 0.37 | 0 | 0.11 | 207.24 | 0.76 | 0.52 |
| Hex | 29 | 8E | E2 | 52 | 25 | 0 | B | CF | 4C | 34 |
| Octal | 51 | 216 | 342 | 122 | 45 | 0 | 13 | 317 | 114 | 64 |
| Binary | 101001 | 10001110 | 11100010 | 1010010 | 100101 | 0 | 1011 | 11001111 | 1001100 | 110100 |
Color Harmonies of #298EE2
Complementary color
Monochromatic Colors of #298EE2
Black with #298EE2
Text Example
Text Example
White with #298EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298EE2; }
p { color: rgb(41,142,226); }
H1.HeaderClassName
{
color: #298EE2;
}
.AnyTagClassName
{
color: #298EE2;
}
</style>
background-color css
<style>
a { background-color: #298EE2; }
a { background-color: rgb(41,142,226); }
div.DivClassName
{
background-color: #298EE2;
}
.BgClassName
{
background-color: #298EE2;
}
</style>
border-color css
<style>
span { border-color: #298EE2; }
span { border-color: rgb(41,142,226); }
td.TdClassName
{
border-color: #298EE2;
}
.TagClassName
{
border-color: #298EE2;
}
</style>