Shades of Dodger Blue #2596E4
Tints of Dodger Blue #2596E4
RGB
CMYK
RGB Variations
Color information
#2596E4 (or 0x2596E4) is known color: Dodger Blue. HEX triplet: 25, 96 and E4. RGB value is (37,150,228). Sum of RGB (Red+Green+Blue) = 37+150+228=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 228 (89.45% from 255 or 54.94% from 415); Max value from RGB is 228 - color contains mainly: blue. Hex color #2596E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2596E4 is #DA691B. Grayscale: #7C7C7C. Windows color (decimal): -14313756 or 14980645. OLE color: 14980645.
HSL color Cylindrical-coordinate representation of color #2596E4: hue angle of 204.5º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2596E4 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 150 | 228 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.11 |
| HSL | 204.5º | 0.78% | 0.52% | - |
| HSV(B) | 204.5º | 0.84% | 0.89% | - |
| XYZ | 25.67 | 27.81 | 77.41 | - |
| YUV | 125.11 | 186.06 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 228 | 0.84 | 0.34 | 0 | 0.11 | 204.5 | 0.78 | 0.52 |
| Hex | 25 | 96 | E4 | 54 | 22 | 0 | B | CD | 4E | 34 |
| Octal | 45 | 226 | 344 | 124 | 42 | 0 | 13 | 315 | 116 | 64 |
| Binary | 100101 | 10010110 | 11100100 | 1010100 | 100010 | 0 | 1011 | 11001101 | 1001110 | 110100 |
Color Harmonies of #2596E4
Complementary color
Monochromatic Colors of #2596E4
Black with #2596E4
Text Example
Text Example
White with #2596E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2596E4; }
p { color: rgb(37,150,228); }
H1.HeaderClassName
{
color: #2596E4;
}
.AnyTagClassName
{
color: #2596E4;
}
</style>
background-color css
<style>
a { background-color: #2596E4; }
a { background-color: rgb(37,150,228); }
div.DivClassName
{
background-color: #2596E4;
}
.BgClassName
{
background-color: #2596E4;
}
</style>
border-color css
<style>
span { border-color: #2596E4; }
span { border-color: rgb(37,150,228); }
td.TdClassName
{
border-color: #2596E4;
}
.TagClassName
{
border-color: #2596E4;
}
</style>