Shades of Dodger Blue #2490DC
Tints of Dodger Blue #2490DC
RGB
CMYK
RGB Variations
Color information
#2490DC (or 0x2490DC) is known color: Dodger Blue. HEX triplet: 24, 90 and DC. RGB value is (36,144,220). Sum of RGB (Red+Green+Blue) = 36+144+220=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #2490DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2490DC is #DB6F23. Grayscale: #777777. Windows color (decimal): -14380836 or 14454820. OLE color: 14454820.
HSL color Cylindrical-coordinate representation of color #2490DC: hue angle of 204.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2490DC is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 144 | 220 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.14 |
| HSL | 204.78º | 0.72% | 0.5% | - |
| HSV(B) | 204.78º | 0.84% | 0.86% | - |
| XYZ | 23.62 | 25.49 | 71.39 | - |
| YUV | 120.37 | 184.22 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 220 | 0.84 | 0.35 | 0 | 0.14 | 204.78 | 0.72 | 0.5 |
| Hex | 24 | 90 | DC | 54 | 23 | 0 | E | CD | 48 | 32 |
| Octal | 44 | 220 | 334 | 124 | 43 | 0 | 16 | 315 | 110 | 62 |
| Binary | 100100 | 10010000 | 11011100 | 1010100 | 100011 | 0 | 1110 | 11001101 | 1001000 | 110010 |
Color Harmonies of #2490DC
Complementary color
Monochromatic Colors of #2490DC
Black with #2490DC
Text Example
Text Example
White with #2490DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2490DC; }
p { color: rgb(36,144,220); }
H1.HeaderClassName
{
color: #2490DC;
}
.AnyTagClassName
{
color: #2490DC;
}
</style>
background-color css
<style>
a { background-color: #2490DC; }
a { background-color: rgb(36,144,220); }
div.DivClassName
{
background-color: #2490DC;
}
.BgClassName
{
background-color: #2490DC;
}
</style>
border-color css
<style>
span { border-color: #2490DC; }
span { border-color: rgb(36,144,220); }
td.TdClassName
{
border-color: #2490DC;
}
.TagClassName
{
border-color: #2490DC;
}
</style>