Shades of Dodger Blue #298EE5
Tints of Dodger Blue #298EE5
RGB
CMYK
RGB Variations
Color information
#298EE5 (or 0x298EE5) is known color: Dodger Blue. HEX triplet: 29, 8E and E5. RGB value is (41,142,229). Sum of RGB (Red+Green+Blue) = 41+142+229=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #298EE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298EE5 is #D6711A. Grayscale: #797979. Windows color (decimal): -14053659 or 15044137. OLE color: 15044137.
HSL color Cylindrical-coordinate representation of color #298EE5: hue angle of 207.77º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298EE5 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 142 | 229 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.10 |
| HSL | 207.77º | 0.78% | 0.53% | - |
| HSV(B) | 207.77º | 0.82% | 0.9% | - |
| XYZ | 24.73 | 25.47 | 77.74 | - |
| YUV | 121.72 | 188.54 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 229 | 0.82 | 0.38 | 0 | 0.10 | 207.77 | 0.78 | 0.53 |
| Hex | 29 | 8E | E5 | 52 | 26 | 0 | A | D0 | 4E | 35 |
| Octal | 51 | 216 | 345 | 122 | 46 | 0 | 12 | 320 | 116 | 65 |
| Binary | 101001 | 10001110 | 11100101 | 1010010 | 100110 | 0 | 1010 | 11010000 | 1001110 | 110101 |
Color Harmonies of #298EE5
Complementary color
Monochromatic Colors of #298EE5
Black with #298EE5
Text Example
Text Example
White with #298EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298EE5; }
p { color: rgb(41,142,229); }
H1.HeaderClassName
{
color: #298EE5;
}
.AnyTagClassName
{
color: #298EE5;
}
</style>
background-color css
<style>
a { background-color: #298EE5; }
a { background-color: rgb(41,142,229); }
div.DivClassName
{
background-color: #298EE5;
}
.BgClassName
{
background-color: #298EE5;
}
</style>
border-color css
<style>
span { border-color: #298EE5; }
span { border-color: rgb(41,142,229); }
td.TdClassName
{
border-color: #298EE5;
}
.TagClassName
{
border-color: #298EE5;
}
</style>