Shades of Dodger Blue #257FEE
Tints of Dodger Blue #257FEE
RGB
CMYK
RGB Variations
Color information
#257FEE (or 0x257FEE) is known color: Dodger Blue. HEX triplet: 25, 7F and EE. RGB value is (37,127,238). Sum of RGB (Red+Green+Blue) = 37+127+238=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #257FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FEE is #DA8011. Grayscale: #707070. Windows color (decimal): -14319634 or 15630117. OLE color: 15630117.
HSL color Cylindrical-coordinate representation of color #257FEE: hue angle of 213.13º 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 #257FEE is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 127 | 238 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.07 |
| HSL | 213.13º | 0.86% | 0.54% | - |
| HSV(B) | 213.13º | 0.84% | 0.93% | - |
| XYZ | 23.78 | 21.75 | 83.83 | - |
| YUV | 112.74 | 198.68 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 238 | 0.84 | 0.47 | 0 | 0.07 | 213.13 | 0.86 | 0.54 |
| Hex | 25 | 7F | EE | 54 | 2F | 0 | 7 | D5 | 56 | 36 |
| Octal | 45 | 177 | 356 | 124 | 57 | 0 | 7 | 325 | 126 | 66 |
| Binary | 100101 | 1111111 | 11101110 | 1010100 | 101111 | 0 | 111 | 11010101 | 1010110 | 110110 |
Color Harmonies of #257FEE
Complementary color
Monochromatic Colors of #257FEE
Black with #257FEE
Text Example
Text Example
White with #257FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FEE; }
p { color: rgb(37,127,238); }
H1.HeaderClassName
{
color: #257FEE;
}
.AnyTagClassName
{
color: #257FEE;
}
</style>
background-color css
<style>
a { background-color: #257FEE; }
a { background-color: rgb(37,127,238); }
div.DivClassName
{
background-color: #257FEE;
}
.BgClassName
{
background-color: #257FEE;
}
</style>
border-color css
<style>
span { border-color: #257FEE; }
span { border-color: rgb(37,127,238); }
td.TdClassName
{
border-color: #257FEE;
}
.TagClassName
{
border-color: #257FEE;
}
</style>