Shades of Dodger Blue #2593EC
Tints of Dodger Blue #2593EC
RGB
CMYK
RGB Variations
Color information
#2593EC (or 0x2593EC) is known color: Dodger Blue. HEX triplet: 25, 93 and EC. RGB value is (37,147,236). Sum of RGB (Red+Green+Blue) = 37+147+236=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 147 (57.81% from 255 or 35% 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 #2593EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2593EC is #DA6C13. Grayscale: #7B7B7B. Windows color (decimal): -14314516 or 15504165. OLE color: 15504165.
HSL color Cylindrical-coordinate representation of color #2593EC: hue angle of 206.83º 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 #2593EC is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 147 | 236 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.07 |
| HSL | 206.83º | 0.84% | 0.54% | - |
| HSV(B) | 206.83º | 0.84% | 0.93% | - |
| XYZ | 26.34 | 27.32 | 83.24 | - |
| YUV | 124.26 | 191.06 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 236 | 0.84 | 0.38 | 0 | 0.07 | 206.83 | 0.84 | 0.54 |
| Hex | 25 | 93 | EC | 54 | 26 | 0 | 7 | CF | 54 | 36 |
| Octal | 45 | 223 | 354 | 124 | 46 | 0 | 7 | 317 | 124 | 66 |
| Binary | 100101 | 10010011 | 11101100 | 1010100 | 100110 | 0 | 111 | 11001111 | 1010100 | 110110 |
Color Harmonies of #2593EC
Complementary color
Monochromatic Colors of #2593EC
Black with #2593EC
Text Example
Text Example
White with #2593EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2593EC; }
p { color: rgb(37,147,236); }
H1.HeaderClassName
{
color: #2593EC;
}
.AnyTagClassName
{
color: #2593EC;
}
</style>
background-color css
<style>
a { background-color: #2593EC; }
a { background-color: rgb(37,147,236); }
div.DivClassName
{
background-color: #2593EC;
}
.BgClassName
{
background-color: #2593EC;
}
</style>
border-color css
<style>
span { border-color: #2593EC; }
span { border-color: rgb(37,147,236); }
td.TdClassName
{
border-color: #2593EC;
}
.TagClassName
{
border-color: #2593EC;
}
</style>