Shades of Dodger Blue #2989EA
Tints of Dodger Blue #2989EA
RGB
CMYK
RGB Variations
Color information
#2989EA (or 0x2989EA) is known color: Dodger Blue. HEX triplet: 29, 89 and EA. RGB value is (41,137,234). Sum of RGB (Red+Green+Blue) = 41+137+234=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #2989EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2989EA is #D67615. Grayscale: #767676. Windows color (decimal): -14054934 or 15370537. OLE color: 15370537.
HSL color Cylindrical-coordinate representation of color #2989EA: hue angle of 210.16º 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 #2989EA is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 137 | 234 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.08 |
| HSL | 210.16º | 0.82% | 0.54% | - |
| HSV(B) | 210.16º | 0.82% | 0.92% | - |
| XYZ | 24.71 | 24.3 | 81.23 | - |
| YUV | 119.35 | 192.7 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 137 | 234 | 0.82 | 0.41 | 0 | 0.08 | 210.16 | 0.82 | 0.54 |
| Hex | 29 | 89 | EA | 52 | 29 | 0 | 8 | D2 | 52 | 36 |
| Octal | 51 | 211 | 352 | 122 | 51 | 0 | 10 | 322 | 122 | 66 |
| Binary | 101001 | 10001001 | 11101010 | 1010010 | 101001 | 0 | 1000 | 11010010 | 1010010 | 110110 |
Color Harmonies of #2989EA
Complementary color
Monochromatic Colors of #2989EA
Black with #2989EA
Text Example
Text Example
White with #2989EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2989EA; }
p { color: rgb(41,137,234); }
H1.HeaderClassName
{
color: #2989EA;
}
.AnyTagClassName
{
color: #2989EA;
}
</style>
background-color css
<style>
a { background-color: #2989EA; }
a { background-color: rgb(41,137,234); }
div.DivClassName
{
background-color: #2989EA;
}
.BgClassName
{
background-color: #2989EA;
}
</style>
border-color css
<style>
span { border-color: #2989EA; }
span { border-color: rgb(41,137,234); }
td.TdClassName
{
border-color: #2989EA;
}
.TagClassName
{
border-color: #2989EA;
}
</style>