Shades of Dodger Blue #2494EC
Tints of Dodger Blue #2494EC
RGB
CMYK
RGB Variations
Color information
#2494EC (or 0x2494EC) is known color: Dodger Blue. HEX triplet: 24, 94 and EC. RGB value is (36,148,236). Sum of RGB (Red+Green+Blue) = 36+148+236=420 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.57% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #2494EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2494EC is #DB6B13. Grayscale: #7C7C7C. Windows color (decimal): -14379796 or 15504420. OLE color: 15504420.
HSL color Cylindrical-coordinate representation of color #2494EC: hue angle of 206.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2494EC is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 148 | 236 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.07 |
| HSL | 206.4º | 0.84% | 0.53% | - |
| HSV(B) | 206.4º | 0.85% | 0.93% | - |
| XYZ | 26.46 | 27.61 | 83.29 | - |
| YUV | 124.54 | 190.89 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 236 | 0.85 | 0.37 | 0 | 0.07 | 206.4 | 0.84 | 0.53 |
| Hex | 24 | 94 | EC | 55 | 25 | 0 | 7 | CE | 54 | 35 |
| Octal | 44 | 224 | 354 | 125 | 45 | 0 | 7 | 316 | 124 | 65 |
| Binary | 100100 | 10010100 | 11101100 | 1010101 | 100101 | 0 | 111 | 11001110 | 1010100 | 110101 |
Color Harmonies of #2494EC
Complementary color
Monochromatic Colors of #2494EC
Black with #2494EC
Text Example
Text Example
White with #2494EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2494EC; }
p { color: rgb(36,148,236); }
H1.HeaderClassName
{
color: #2494EC;
}
.AnyTagClassName
{
color: #2494EC;
}
</style>
background-color css
<style>
a { background-color: #2494EC; }
a { background-color: rgb(36,148,236); }
div.DivClassName
{
background-color: #2494EC;
}
.BgClassName
{
background-color: #2494EC;
}
</style>
border-color css
<style>
span { border-color: #2494EC; }
span { border-color: rgb(36,148,236); }
td.TdClassName
{
border-color: #2494EC;
}
.TagClassName
{
border-color: #2494EC;
}
</style>