Shades of Dodger Blue #257EEE
Tints of Dodger Blue #257EEE
RGB
CMYK
RGB Variations
Color information
#257EEE (or 0x257EEE) is known color: Dodger Blue. HEX triplet: 25, 7E and EE. RGB value is (37,126,238). Sum of RGB (Red+Green+Blue) = 37+126+238=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #257EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257EEE is #DA8111. Grayscale: #6F6F6F. Windows color (decimal): -14319890 or 15629861. OLE color: 15629861.
HSL color Cylindrical-coordinate representation of color #257EEE: hue angle of 213.43º degrees, saturation: 0.86, 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 #257EEE is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 126 | 238 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.07 |
| HSL | 213.43º | 0.86% | 0.54% | - |
| HSV(B) | 213.43º | 0.84% | 0.93% | - |
| XYZ | 23.66 | 21.49 | 83.79 | - |
| YUV | 112.16 | 199.01 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 238 | 0.84 | 0.47 | 0 | 0.07 | 213.43 | 0.86 | 0.54 |
| Hex | 25 | 7E | EE | 54 | 2F | 0 | 7 | D5 | 56 | 36 |
| Octal | 45 | 176 | 356 | 124 | 57 | 0 | 7 | 325 | 126 | 66 |
| Binary | 100101 | 1111110 | 11101110 | 1010100 | 101111 | 0 | 111 | 11010101 | 1010110 | 110110 |
Color Harmonies of #257EEE
Complementary color
Monochromatic Colors of #257EEE
Black with #257EEE
Text Example
Text Example
White with #257EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EEE; }
p { color: rgb(37,126,238); }
H1.HeaderClassName
{
color: #257EEE;
}
.AnyTagClassName
{
color: #257EEE;
}
</style>
background-color css
<style>
a { background-color: #257EEE; }
a { background-color: rgb(37,126,238); }
div.DivClassName
{
background-color: #257EEE;
}
.BgClassName
{
background-color: #257EEE;
}
</style>
border-color css
<style>
span { border-color: #257EEE; }
span { border-color: rgb(37,126,238); }
td.TdClassName
{
border-color: #257EEE;
}
.TagClassName
{
border-color: #257EEE;
}
</style>