Shades of Dodger Blue #2593DD
Tints of Dodger Blue #2593DD
RGB
CMYK
RGB Variations
Color information
#2593DD (or 0x2593DD) is known color: Dodger Blue. HEX triplet: 25, 93 and DD. RGB value is (37,147,221). Sum of RGB (Red+Green+Blue) = 37+147+221=405 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.14% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #2593DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2593DD is #DA6C22. Grayscale: #7A7A7A. Windows color (decimal): -14314531 or 14521125. OLE color: 14521125.
HSL color Cylindrical-coordinate representation of color #2593DD: hue angle of 204.13º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2593DD is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 147 | 221 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.13 |
| HSL | 204.13º | 0.73% | 0.51% | - |
| HSV(B) | 204.13º | 0.83% | 0.87% | - |
| XYZ | 24.25 | 26.48 | 72.24 | - |
| YUV | 122.55 | 183.56 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 221 | 0.83 | 0.33 | 0 | 0.13 | 204.13 | 0.73 | 0.51 |
| Hex | 25 | 93 | DD | 53 | 21 | 0 | D | CC | 49 | 33 |
| Octal | 45 | 223 | 335 | 123 | 41 | 0 | 15 | 314 | 111 | 63 |
| Binary | 100101 | 10010011 | 11011101 | 1010011 | 100001 | 0 | 1101 | 11001100 | 1001001 | 110011 |
Color Harmonies of #2593DD
Complementary color
Monochromatic Colors of #2593DD
Black with #2593DD
Text Example
Text Example
White with #2593DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2593DD; }
p { color: rgb(37,147,221); }
H1.HeaderClassName
{
color: #2593DD;
}
.AnyTagClassName
{
color: #2593DD;
}
</style>
background-color css
<style>
a { background-color: #2593DD; }
a { background-color: rgb(37,147,221); }
div.DivClassName
{
background-color: #2593DD;
}
.BgClassName
{
background-color: #2593DD;
}
</style>
border-color css
<style>
span { border-color: #2593DD; }
span { border-color: rgb(37,147,221); }
td.TdClassName
{
border-color: #2593DD;
}
.TagClassName
{
border-color: #2593DD;
}
</style>