Shades of Dodger Blue #257EEC
Tints of Dodger Blue #257EEC
RGB
CMYK
RGB Variations
Color information
#257EEC (or 0x257EEC) is known color: Dodger Blue. HEX triplet: 25, 7E and EC. RGB value is (37,126,236). Sum of RGB (Red+Green+Blue) = 37+126+236=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #257EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257EEC is #DA8113. Grayscale: #6F6F6F. Windows color (decimal): -14319892 or 15498789. OLE color: 15498789.
HSL color Cylindrical-coordinate representation of color #257EEC: hue angle of 213.17º 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 #257EEC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 126 | 236 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.07 |
| HSL | 213.17º | 0.84% | 0.54% | - |
| HSV(B) | 213.17º | 0.84% | 0.93% | - |
| XYZ | 23.36 | 21.37 | 82.25 | - |
| YUV | 111.93 | 198.01 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 236 | 0.84 | 0.47 | 0 | 0.07 | 213.17 | 0.84 | 0.54 |
| Hex | 25 | 7E | EC | 54 | 2F | 0 | 7 | D5 | 54 | 36 |
| Octal | 45 | 176 | 354 | 124 | 57 | 0 | 7 | 325 | 124 | 66 |
| Binary | 100101 | 1111110 | 11101100 | 1010100 | 101111 | 0 | 111 | 11010101 | 1010100 | 110110 |
Color Harmonies of #257EEC
Complementary color
Monochromatic Colors of #257EEC
Black with #257EEC
Text Example
Text Example
White with #257EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EEC; }
p { color: rgb(37,126,236); }
H1.HeaderClassName
{
color: #257EEC;
}
.AnyTagClassName
{
color: #257EEC;
}
</style>
background-color css
<style>
a { background-color: #257EEC; }
a { background-color: rgb(37,126,236); }
div.DivClassName
{
background-color: #257EEC;
}
.BgClassName
{
background-color: #257EEC;
}
</style>
border-color css
<style>
span { border-color: #257EEC; }
span { border-color: rgb(37,126,236); }
td.TdClassName
{
border-color: #257EEC;
}
.TagClassName
{
border-color: #257EEC;
}
</style>