Shades of Dodger Blue #2490DE
Tints of Dodger Blue #2490DE
RGB
CMYK
RGB Variations
Color information
#2490DE (or 0x2490DE) is known color: Dodger Blue. HEX triplet: 24, 90 and DE. RGB value is (36,144,222). Sum of RGB (Red+Green+Blue) = 36+144+222=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #2490DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2490DE is #DB6F21. Grayscale: #787878. Windows color (decimal): -14380834 or 14585892. OLE color: 14585892.
HSL color Cylindrical-coordinate representation of color #2490DE: hue angle of 205.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2490DE is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 144 | 222 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.13 |
| HSL | 205.16º | 0.74% | 0.51% | - |
| HSV(B) | 205.16º | 0.84% | 0.87% | - |
| XYZ | 23.89 | 25.6 | 72.79 | - |
| YUV | 120.6 | 185.22 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 222 | 0.84 | 0.35 | 0 | 0.13 | 205.16 | 0.74 | 0.51 |
| Hex | 24 | 90 | DE | 54 | 23 | 0 | D | CD | 4A | 33 |
| Octal | 44 | 220 | 336 | 124 | 43 | 0 | 15 | 315 | 112 | 63 |
| Binary | 100100 | 10010000 | 11011110 | 1010100 | 100011 | 0 | 1101 | 11001101 | 1001010 | 110011 |
Color Harmonies of #2490DE
Complementary color
Monochromatic Colors of #2490DE
Black with #2490DE
Text Example
Text Example
White with #2490DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2490DE; }
p { color: rgb(36,144,222); }
H1.HeaderClassName
{
color: #2490DE;
}
.AnyTagClassName
{
color: #2490DE;
}
</style>
background-color css
<style>
a { background-color: #2490DE; }
a { background-color: rgb(36,144,222); }
div.DivClassName
{
background-color: #2490DE;
}
.BgClassName
{
background-color: #2490DE;
}
</style>
border-color css
<style>
span { border-color: #2490DE; }
span { border-color: rgb(36,144,222); }
td.TdClassName
{
border-color: #2490DE;
}
.TagClassName
{
border-color: #2490DE;
}
</style>