Shades of Dodger Blue #2596EC
Tints of Dodger Blue #2596EC
RGB
CMYK
RGB Variations
Color information
#2596EC (or 0x2596EC) is known color: Dodger Blue. HEX triplet: 25, 96 and EC. RGB value is (37,150,236). Sum of RGB (Red+Green+Blue) = 37+150+236=423 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.75% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #2596EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2596EC is #DA6913. Grayscale: #7D7D7D. Windows color (decimal): -14313748 or 15504933. OLE color: 15504933.
HSL color Cylindrical-coordinate representation of color #2596EC: hue angle of 205.93º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2596EC is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 150 | 236 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.07 |
| HSL | 205.93º | 0.84% | 0.54% | - |
| HSV(B) | 205.93º | 0.84% | 0.93% | - |
| XYZ | 26.81 | 28.26 | 83.4 | - |
| YUV | 126.02 | 190.06 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 236 | 0.84 | 0.36 | 0 | 0.07 | 205.93 | 0.84 | 0.54 |
| Hex | 25 | 96 | EC | 54 | 24 | 0 | 7 | CE | 54 | 36 |
| Octal | 45 | 226 | 354 | 124 | 44 | 0 | 7 | 316 | 124 | 66 |
| Binary | 100101 | 10010110 | 11101100 | 1010100 | 100100 | 0 | 111 | 11001110 | 1010100 | 110110 |
Color Harmonies of #2596EC
Complementary color
Monochromatic Colors of #2596EC
Black with #2596EC
Text Example
Text Example
White with #2596EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2596EC; }
p { color: rgb(37,150,236); }
H1.HeaderClassName
{
color: #2596EC;
}
.AnyTagClassName
{
color: #2596EC;
}
</style>
background-color css
<style>
a { background-color: #2596EC; }
a { background-color: rgb(37,150,236); }
div.DivClassName
{
background-color: #2596EC;
}
.BgClassName
{
background-color: #2596EC;
}
</style>
border-color css
<style>
span { border-color: #2596EC; }
span { border-color: rgb(37,150,236); }
td.TdClassName
{
border-color: #2596EC;
}
.TagClassName
{
border-color: #2596EC;
}
</style>