Shades of Dodger Blue #298DEA
Tints of Dodger Blue #298DEA
RGB
CMYK
RGB Variations
Color information
#298DEA (or 0x298DEA) is known color: Dodger Blue. HEX triplet: 29, 8D and EA. RGB value is (41,141,234). Sum of RGB (Red+Green+Blue) = 41+141+234=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #298DEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298DEA is #D67215. Grayscale: #797979. Windows color (decimal): -14053910 or 15371561. OLE color: 15371561.
HSL color Cylindrical-coordinate representation of color #298DEA: hue angle of 208.91º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298DEA is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 141 | 234 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.08 |
| HSL | 208.91º | 0.82% | 0.54% | - |
| HSV(B) | 208.91º | 0.82% | 0.92% | - |
| XYZ | 25.29 | 25.46 | 81.42 | - |
| YUV | 121.7 | 191.37 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 234 | 0.82 | 0.40 | 0 | 0.08 | 208.91 | 0.82 | 0.54 |
| Hex | 29 | 8D | EA | 52 | 28 | 0 | 8 | D1 | 52 | 36 |
| Octal | 51 | 215 | 352 | 122 | 50 | 0 | 10 | 321 | 122 | 66 |
| Binary | 101001 | 10001101 | 11101010 | 1010010 | 101000 | 0 | 1000 | 11010001 | 1010010 | 110110 |
Color Harmonies of #298DEA
Complementary color
Monochromatic Colors of #298DEA
Black with #298DEA
Text Example
Text Example
White with #298DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DEA; }
p { color: rgb(41,141,234); }
H1.HeaderClassName
{
color: #298DEA;
}
.AnyTagClassName
{
color: #298DEA;
}
</style>
background-color css
<style>
a { background-color: #298DEA; }
a { background-color: rgb(41,141,234); }
div.DivClassName
{
background-color: #298DEA;
}
.BgClassName
{
background-color: #298DEA;
}
</style>
border-color css
<style>
span { border-color: #298DEA; }
span { border-color: rgb(41,141,234); }
td.TdClassName
{
border-color: #298DEA;
}
.TagClassName
{
border-color: #298DEA;
}
</style>