Shades of Dodger Blue #2592EC
Tints of Dodger Blue #2592EC
RGB
CMYK
RGB Variations
Color information
#2592EC (or 0x2592EC) is known color: Dodger Blue. HEX triplet: 25, 92 and EC. RGB value is (37,146,236). Sum of RGB (Red+Green+Blue) = 37+146+236=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #2592EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2592EC is #DA6D13. Grayscale: #7B7B7B. Windows color (decimal): -14314772 or 15503909. OLE color: 15503909.
HSL color Cylindrical-coordinate representation of color #2592EC: hue angle of 207.14º 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 #2592EC is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 146 | 236 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.07 |
| HSL | 207.14º | 0.84% | 0.54% | - |
| HSV(B) | 207.14º | 0.84% | 0.93% | - |
| XYZ | 26.18 | 27.01 | 83.19 | - |
| YUV | 123.67 | 191.39 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 236 | 0.84 | 0.38 | 0 | 0.07 | 207.14 | 0.84 | 0.54 |
| Hex | 25 | 92 | EC | 54 | 26 | 0 | 7 | CF | 54 | 36 |
| Octal | 45 | 222 | 354 | 124 | 46 | 0 | 7 | 317 | 124 | 66 |
| Binary | 100101 | 10010010 | 11101100 | 1010100 | 100110 | 0 | 111 | 11001111 | 1010100 | 110110 |
Color Harmonies of #2592EC
Complementary color
Monochromatic Colors of #2592EC
Black with #2592EC
Text Example
Text Example
White with #2592EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2592EC; }
p { color: rgb(37,146,236); }
H1.HeaderClassName
{
color: #2592EC;
}
.AnyTagClassName
{
color: #2592EC;
}
</style>
background-color css
<style>
a { background-color: #2592EC; }
a { background-color: rgb(37,146,236); }
div.DivClassName
{
background-color: #2592EC;
}
.BgClassName
{
background-color: #2592EC;
}
</style>
border-color css
<style>
span { border-color: #2592EC; }
span { border-color: rgb(37,146,236); }
td.TdClassName
{
border-color: #2592EC;
}
.TagClassName
{
border-color: #2592EC;
}
</style>