Shades of Dodger Blue #2492DD
Tints of Dodger Blue #2492DD
RGB
CMYK
RGB Variations
Color information
#2492DD (or 0x2492DD) is known color: Dodger Blue. HEX triplet: 24, 92 and DD. RGB value is (36,146,221). Sum of RGB (Red+Green+Blue) = 36+146+221=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #2492DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2492DD is #DB6D22. Grayscale: #797979. Windows color (decimal): -14380323 or 14520868. OLE color: 14520868.
HSL color Cylindrical-coordinate representation of color #2492DD: hue angle of 204.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2492DD is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 146 | 221 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.13 |
| HSL | 204.32º | 0.73% | 0.5% | - |
| HSV(B) | 204.32º | 0.84% | 0.87% | - |
| XYZ | 24.06 | 26.15 | 72.19 | - |
| YUV | 121.66 | 184.06 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 221 | 0.84 | 0.34 | 0 | 0.13 | 204.32 | 0.73 | 0.5 |
| Hex | 24 | 92 | DD | 54 | 22 | 0 | D | CC | 49 | 32 |
| Octal | 44 | 222 | 335 | 124 | 42 | 0 | 15 | 314 | 111 | 62 |
| Binary | 100100 | 10010010 | 11011101 | 1010100 | 100010 | 0 | 1101 | 11001100 | 1001001 | 110010 |
Color Harmonies of #2492DD
Complementary color
Monochromatic Colors of #2492DD
Black with #2492DD
Text Example
Text Example
White with #2492DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2492DD; }
p { color: rgb(36,146,221); }
H1.HeaderClassName
{
color: #2492DD;
}
.AnyTagClassName
{
color: #2492DD;
}
</style>
background-color css
<style>
a { background-color: #2492DD; }
a { background-color: rgb(36,146,221); }
div.DivClassName
{
background-color: #2492DD;
}
.BgClassName
{
background-color: #2492DD;
}
</style>
border-color css
<style>
span { border-color: #2492DD; }
span { border-color: rgb(36,146,221); }
td.TdClassName
{
border-color: #2492DD;
}
.TagClassName
{
border-color: #2492DD;
}
</style>