Shades of Dodger Blue #2499EC
Tints of Dodger Blue #2499EC
RGB
CMYK
RGB Variations
Color information
#2499EC (or 0x2499EC) is known color: Dodger Blue. HEX triplet: 24, 99 and EC. RGB value is (36,153,236). Sum of RGB (Red+Green+Blue) = 36+153+236=425 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.47% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #2499EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2499EC is #DB6613. Grayscale: #7F7F7F. Windows color (decimal): -14378516 or 15505700. OLE color: 15505700.
HSL color Cylindrical-coordinate representation of color #2499EC: hue angle of 204.9º 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 #2499EC is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 153 | 236 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.07 |
| HSL | 204.9º | 0.84% | 0.53% | - |
| HSV(B) | 204.9º | 0.85% | 0.93% | - |
| XYZ | 27.26 | 29.21 | 83.56 | - |
| YUV | 127.48 | 189.24 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 236 | 0.85 | 0.35 | 0 | 0.07 | 204.9 | 0.84 | 0.53 |
| Hex | 24 | 99 | EC | 55 | 23 | 0 | 7 | CD | 54 | 35 |
| Octal | 44 | 231 | 354 | 125 | 43 | 0 | 7 | 315 | 124 | 65 |
| Binary | 100100 | 10011001 | 11101100 | 1010101 | 100011 | 0 | 111 | 11001101 | 1010100 | 110101 |
Color Harmonies of #2499EC
Complementary color
Monochromatic Colors of #2499EC
Black with #2499EC
Text Example
Text Example
White with #2499EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2499EC; }
p { color: rgb(36,153,236); }
H1.HeaderClassName
{
color: #2499EC;
}
.AnyTagClassName
{
color: #2499EC;
}
</style>
background-color css
<style>
a { background-color: #2499EC; }
a { background-color: rgb(36,153,236); }
div.DivClassName
{
background-color: #2499EC;
}
.BgClassName
{
background-color: #2499EC;
}
</style>
border-color css
<style>
span { border-color: #2499EC; }
span { border-color: rgb(36,153,236); }
td.TdClassName
{
border-color: #2499EC;
}
.TagClassName
{
border-color: #2499EC;
}
</style>