Shades of Dodger Blue #2590EC
Tints of Dodger Blue #2590EC
RGB
CMYK
RGB Variations
Color information
#2590EC (or 0x2590EC) is known color: Dodger Blue. HEX triplet: 25, 90 and EC. RGB value is (37,144,236). Sum of RGB (Red+Green+Blue) = 37+144+236=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #2590EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2590EC is #DA6F13. Grayscale: #7A7A7A. Windows color (decimal): -14315284 or 15503397. OLE color: 15503397.
HSL color Cylindrical-coordinate representation of color #2590EC: hue angle of 207.74º 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 #2590EC is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 144 | 236 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.07 |
| HSL | 207.74º | 0.84% | 0.54% | - |
| HSV(B) | 207.74º | 0.84% | 0.93% | - |
| XYZ | 25.88 | 26.4 | 83.09 | - |
| YUV | 122.5 | 192.05 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 236 | 0.84 | 0.39 | 0 | 0.07 | 207.74 | 0.84 | 0.54 |
| Hex | 25 | 90 | EC | 54 | 27 | 0 | 7 | D0 | 54 | 36 |
| Octal | 45 | 220 | 354 | 124 | 47 | 0 | 7 | 320 | 124 | 66 |
| Binary | 100101 | 10010000 | 11101100 | 1010100 | 100111 | 0 | 111 | 11010000 | 1010100 | 110110 |
Color Harmonies of #2590EC
Complementary color
Monochromatic Colors of #2590EC
Black with #2590EC
Text Example
Text Example
White with #2590EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2590EC; }
p { color: rgb(37,144,236); }
H1.HeaderClassName
{
color: #2590EC;
}
.AnyTagClassName
{
color: #2590EC;
}
</style>
background-color css
<style>
a { background-color: #2590EC; }
a { background-color: rgb(37,144,236); }
div.DivClassName
{
background-color: #2590EC;
}
.BgClassName
{
background-color: #2590EC;
}
</style>
border-color css
<style>
span { border-color: #2590EC; }
span { border-color: rgb(37,144,236); }
td.TdClassName
{
border-color: #2590EC;
}
.TagClassName
{
border-color: #2590EC;
}
</style>