Shades of Dodger Blue #2496EC
Tints of Dodger Blue #2496EC
RGB
CMYK
RGB Variations
Color information
#2496EC (or 0x2496EC) is known color: Dodger Blue. HEX triplet: 24, 96 and EC. RGB value is (36,150,236). Sum of RGB (Red+Green+Blue) = 36+150+236=422 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.53% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #2496EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2496EC is #DB6913. Grayscale: #7D7D7D. Windows color (decimal): -14379284 or 15504932. OLE color: 15504932.
HSL color Cylindrical-coordinate representation of color #2496EC: hue angle of 205.8º 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 #2496EC is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 150 | 236 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.07 |
| HSL | 205.8º | 0.84% | 0.53% | - |
| HSV(B) | 205.8º | 0.85% | 0.93% | - |
| XYZ | 26.77 | 28.24 | 83.4 | - |
| YUV | 125.72 | 190.23 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 236 | 0.85 | 0.36 | 0 | 0.07 | 205.8 | 0.84 | 0.53 |
| Hex | 24 | 96 | EC | 55 | 24 | 0 | 7 | CE | 54 | 35 |
| Octal | 44 | 226 | 354 | 125 | 44 | 0 | 7 | 316 | 124 | 65 |
| Binary | 100100 | 10010110 | 11101100 | 1010101 | 100100 | 0 | 111 | 11001110 | 1010100 | 110101 |
Color Harmonies of #2496EC
Complementary color
Monochromatic Colors of #2496EC
Black with #2496EC
Text Example
Text Example
White with #2496EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2496EC; }
p { color: rgb(36,150,236); }
H1.HeaderClassName
{
color: #2496EC;
}
.AnyTagClassName
{
color: #2496EC;
}
</style>
background-color css
<style>
a { background-color: #2496EC; }
a { background-color: rgb(36,150,236); }
div.DivClassName
{
background-color: #2496EC;
}
.BgClassName
{
background-color: #2496EC;
}
</style>
border-color css
<style>
span { border-color: #2496EC; }
span { border-color: rgb(36,150,236); }
td.TdClassName
{
border-color: #2496EC;
}
.TagClassName
{
border-color: #2496EC;
}
</style>