Shades of Dodger Blue #25A0EC
Tints of Dodger Blue #25A0EC
RGB
CMYK
RGB Variations
Color information
#25A0EC (or 0x25A0EC) is known color: Dodger Blue. HEX triplet: 25, A0 and EC. RGB value is (37,160,236). Sum of RGB (Red+Green+Blue) = 37+160+236=433 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.55% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #25A0EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A0EC is #DA5F13. Grayscale: #838383. Windows color (decimal): -14311188 or 15507493. OLE color: 15507493.
HSL color Cylindrical-coordinate representation of color #25A0EC: hue angle of 202.91º 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 #25A0EC is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 160 | 236 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.07 |
| HSL | 202.91º | 0.84% | 0.54% | - |
| HSV(B) | 202.91º | 0.84% | 0.93% | - |
| XYZ | 28.47 | 31.59 | 83.95 | - |
| YUV | 131.89 | 186.75 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 236 | 0.84 | 0.32 | 0 | 0.07 | 202.91 | 0.84 | 0.54 |
| Hex | 25 | A0 | EC | 54 | 20 | 0 | 7 | CB | 54 | 36 |
| Octal | 45 | 240 | 354 | 124 | 40 | 0 | 7 | 313 | 124 | 66 |
| Binary | 100101 | 10100000 | 11101100 | 1010100 | 100000 | 0 | 111 | 11001011 | 1010100 | 110110 |
Color Harmonies of #25A0EC
Complementary color
Monochromatic Colors of #25A0EC
Black with #25A0EC
Text Example
Text Example
White with #25A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A0EC; }
p { color: rgb(37,160,236); }
H1.HeaderClassName
{
color: #25A0EC;
}
.AnyTagClassName
{
color: #25A0EC;
}
</style>
background-color css
<style>
a { background-color: #25A0EC; }
a { background-color: rgb(37,160,236); }
div.DivClassName
{
background-color: #25A0EC;
}
.BgClassName
{
background-color: #25A0EC;
}
</style>
border-color css
<style>
span { border-color: #25A0EC; }
span { border-color: rgb(37,160,236); }
td.TdClassName
{
border-color: #25A0EC;
}
.TagClassName
{
border-color: #25A0EC;
}
</style>