Shades of Dodger Blue #2491DC
Tints of Dodger Blue #2491DC
RGB
CMYK
RGB Variations
Color information
#2491DC (or 0x2491DC) is known color: Dodger Blue. HEX triplet: 24, 91 and DC. RGB value is (36,145,220). Sum of RGB (Red+Green+Blue) = 36+145+220=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #2491DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2491DC is #DB6E23. Grayscale: #787878. Windows color (decimal): -14380580 or 14455076. OLE color: 14455076.
HSL color Cylindrical-coordinate representation of color #2491DC: hue angle of 204.46º 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 #2491DC is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 145 | 220 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.14 |
| HSL | 204.46º | 0.72% | 0.5% | - |
| HSV(B) | 204.46º | 0.84% | 0.86% | - |
| XYZ | 23.77 | 25.79 | 71.44 | - |
| YUV | 120.96 | 183.89 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 220 | 0.84 | 0.34 | 0 | 0.14 | 204.46 | 0.72 | 0.5 |
| Hex | 24 | 91 | DC | 54 | 22 | 0 | E | CC | 48 | 32 |
| Octal | 44 | 221 | 334 | 124 | 42 | 0 | 16 | 314 | 110 | 62 |
| Binary | 100100 | 10010001 | 11011100 | 1010100 | 100010 | 0 | 1110 | 11001100 | 1001000 | 110010 |
Color Harmonies of #2491DC
Complementary color
Monochromatic Colors of #2491DC
Black with #2491DC
Text Example
Text Example
White with #2491DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2491DC; }
p { color: rgb(36,145,220); }
H1.HeaderClassName
{
color: #2491DC;
}
.AnyTagClassName
{
color: #2491DC;
}
</style>
background-color css
<style>
a { background-color: #2491DC; }
a { background-color: rgb(36,145,220); }
div.DivClassName
{
background-color: #2491DC;
}
.BgClassName
{
background-color: #2491DC;
}
</style>
border-color css
<style>
span { border-color: #2491DC; }
span { border-color: rgb(36,145,220); }
td.TdClassName
{
border-color: #2491DC;
}
.TagClassName
{
border-color: #2491DC;
}
</style>