Shades of Dodger Blue #2490E9
Tints of Dodger Blue #2490E9
RGB
CMYK
RGB Variations
Color information
#2490E9 (or 0x2490E9) is known color: Dodger Blue. HEX triplet: 24, 90 and E9. RGB value is (36,144,233). Sum of RGB (Red+Green+Blue) = 36+144+233=413 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.72% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 233 (91.41% from 255 or 56.42% from 413); Max value from RGB is 233 - color contains mainly: blue. Hex color #2490E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2490E9 is #DB6F16. Grayscale: #797979. Windows color (decimal): -14380823 or 15306788. OLE color: 15306788.
HSL color Cylindrical-coordinate representation of color #2490E9: hue angle of 207.11º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2490E9 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 144 | 233 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.09 |
| HSL | 207.11º | 0.82% | 0.53% | - |
| HSV(B) | 207.11º | 0.85% | 0.91% | - |
| XYZ | 25.41 | 26.2 | 80.81 | - |
| YUV | 121.85 | 190.72 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 233 | 0.85 | 0.38 | 0 | 0.09 | 207.11 | 0.82 | 0.53 |
| Hex | 24 | 90 | E9 | 55 | 26 | 0 | 9 | CF | 52 | 35 |
| Octal | 44 | 220 | 351 | 125 | 46 | 0 | 11 | 317 | 122 | 65 |
| Binary | 100100 | 10010000 | 11101001 | 1010101 | 100110 | 0 | 1001 | 11001111 | 1010010 | 110101 |
Color Harmonies of #2490E9
Complementary color
Monochromatic Colors of #2490E9
Black with #2490E9
Text Example
Text Example
White with #2490E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2490E9; }
p { color: rgb(36,144,233); }
H1.HeaderClassName
{
color: #2490E9;
}
.AnyTagClassName
{
color: #2490E9;
}
</style>
background-color css
<style>
a { background-color: #2490E9; }
a { background-color: rgb(36,144,233); }
div.DivClassName
{
background-color: #2490E9;
}
.BgClassName
{
background-color: #2490E9;
}
</style>
border-color css
<style>
span { border-color: #2490E9; }
span { border-color: rgb(36,144,233); }
td.TdClassName
{
border-color: #2490E9;
}
.TagClassName
{
border-color: #2490E9;
}
</style>