Shades of Dodger Blue #2592DD
Tints of Dodger Blue #2592DD
RGB
CMYK
RGB Variations
Color information
#2592DD (or 0x2592DD) is known color: Dodger Blue. HEX triplet: 25, 92 and DD. RGB value is (37,146,221). Sum of RGB (Red+Green+Blue) = 37+146+221=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #2592DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2592DD is #DA6D22. Grayscale: #797979. Windows color (decimal): -14314787 or 14520869. OLE color: 14520869.
HSL color Cylindrical-coordinate representation of color #2592DD: hue angle of 204.46º 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 #2592DD is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 146 | 221 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.13 |
| HSL | 204.46º | 0.73% | 0.51% | - |
| HSV(B) | 204.46º | 0.83% | 0.87% | - |
| XYZ | 24.09 | 26.17 | 72.19 | - |
| YUV | 121.96 | 183.89 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 221 | 0.83 | 0.34 | 0 | 0.13 | 204.46 | 0.73 | 0.51 |
| Hex | 25 | 92 | DD | 53 | 22 | 0 | D | CC | 49 | 33 |
| Octal | 45 | 222 | 335 | 123 | 42 | 0 | 15 | 314 | 111 | 63 |
| Binary | 100101 | 10010010 | 11011101 | 1010011 | 100010 | 0 | 1101 | 11001100 | 1001001 | 110011 |
Color Harmonies of #2592DD
Complementary color
Monochromatic Colors of #2592DD
Black with #2592DD
Text Example
Text Example
White with #2592DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2592DD; }
p { color: rgb(37,146,221); }
H1.HeaderClassName
{
color: #2592DD;
}
.AnyTagClassName
{
color: #2592DD;
}
</style>
background-color css
<style>
a { background-color: #2592DD; }
a { background-color: rgb(37,146,221); }
div.DivClassName
{
background-color: #2592DD;
}
.BgClassName
{
background-color: #2592DD;
}
</style>
border-color css
<style>
span { border-color: #2592DD; }
span { border-color: rgb(37,146,221); }
td.TdClassName
{
border-color: #2592DD;
}
.TagClassName
{
border-color: #2592DD;
}
</style>