Shades of Dodger Blue #257EE3
Tints of Dodger Blue #257EE3
RGB
CMYK
RGB Variations
Color information
#257EE3 (or 0x257EE3) is known color: Dodger Blue. HEX triplet: 25, 7E and E3. RGB value is (37,126,227). Sum of RGB (Red+Green+Blue) = 37+126+227=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 227 (89.06% from 255 or 58.21% from 390); Max value from RGB is 227 - color contains mainly: blue. Hex color #257EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EE3 is #DA811C. Grayscale: #6E6E6E. Windows color (decimal): -14319901 or 14908965. OLE color: 14908965.
HSL color Cylindrical-coordinate representation of color #257EE3: hue angle of 211.89º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257EE3 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 126 | 227 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.11 |
| HSL | 211.89º | 0.77% | 0.52% | - |
| HSV(B) | 211.89º | 0.84% | 0.89% | - |
| XYZ | 22.09 | 20.86 | 75.54 | - |
| YUV | 110.9 | 193.51 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 227 | 0.84 | 0.44 | 0 | 0.11 | 211.89 | 0.77 | 0.52 |
| Hex | 25 | 7E | E3 | 54 | 2C | 0 | B | D4 | 4D | 34 |
| Octal | 45 | 176 | 343 | 124 | 54 | 0 | 13 | 324 | 115 | 64 |
| Binary | 100101 | 1111110 | 11100011 | 1010100 | 101100 | 0 | 1011 | 11010100 | 1001101 | 110100 |
Color Harmonies of #257EE3
Complementary color
Monochromatic Colors of #257EE3
Black with #257EE3
Text Example
Text Example
White with #257EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EE3; }
p { color: rgb(37,126,227); }
H1.HeaderClassName
{
color: #257EE3;
}
.AnyTagClassName
{
color: #257EE3;
}
</style>
background-color css
<style>
a { background-color: #257EE3; }
a { background-color: rgb(37,126,227); }
div.DivClassName
{
background-color: #257EE3;
}
.BgClassName
{
background-color: #257EE3;
}
</style>
border-color css
<style>
span { border-color: #257EE3; }
span { border-color: rgb(37,126,227); }
td.TdClassName
{
border-color: #257EE3;
}
.TagClassName
{
border-color: #257EE3;
}
</style>