Shades of Dodger Blue #2582EC
Tints of Dodger Blue #2582EC
RGB
CMYK
RGB Variations
Color information
#2582EC (or 0x2582EC) is known color: Dodger Blue. HEX triplet: 25, 82 and EC. RGB value is (37,130,236). Sum of RGB (Red+Green+Blue) = 37+130+236=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #2582EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2582EC is #DA7D13. Grayscale: #717171. Windows color (decimal): -14318868 or 15499813. OLE color: 15499813.
HSL color Cylindrical-coordinate representation of color #2582EC: hue angle of 211.96º 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 #2582EC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 130 | 236 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.07 |
| HSL | 211.96º | 0.84% | 0.54% | - |
| HSV(B) | 211.96º | 0.84% | 0.93% | - |
| XYZ | 23.89 | 22.41 | 82.42 | - |
| YUV | 114.28 | 196.69 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 236 | 0.84 | 0.45 | 0 | 0.07 | 211.96 | 0.84 | 0.54 |
| Hex | 25 | 82 | EC | 54 | 2D | 0 | 7 | D4 | 54 | 36 |
| Octal | 45 | 202 | 354 | 124 | 55 | 0 | 7 | 324 | 124 | 66 |
| Binary | 100101 | 10000010 | 11101100 | 1010100 | 101101 | 0 | 111 | 11010100 | 1010100 | 110110 |
Color Harmonies of #2582EC
Complementary color
Monochromatic Colors of #2582EC
Black with #2582EC
Text Example
Text Example
White with #2582EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2582EC; }
p { color: rgb(37,130,236); }
H1.HeaderClassName
{
color: #2582EC;
}
.AnyTagClassName
{
color: #2582EC;
}
</style>
background-color css
<style>
a { background-color: #2582EC; }
a { background-color: rgb(37,130,236); }
div.DivClassName
{
background-color: #2582EC;
}
.BgClassName
{
background-color: #2582EC;
}
</style>
border-color css
<style>
span { border-color: #2582EC; }
span { border-color: rgb(37,130,236); }
td.TdClassName
{
border-color: #2582EC;
}
.TagClassName
{
border-color: #2582EC;
}
</style>