Shades of Dodger Blue #257FE9
Tints of Dodger Blue #257FE9
RGB
CMYK
RGB Variations
Color information
#257FE9 (or 0x257FE9) is known color: Dodger Blue. HEX triplet: 25, 7F and E9. RGB value is (37,127,233). Sum of RGB (Red+Green+Blue) = 37+127+233=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #257FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FE9 is #DA8016. Grayscale: #6F6F6F. Windows color (decimal): -14319639 or 15302437. OLE color: 15302437.
HSL color Cylindrical-coordinate representation of color #257FE9: hue angle of 212.45º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257FE9 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 127 | 233 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.09 |
| HSL | 212.45º | 0.82% | 0.53% | - |
| HSV(B) | 212.45º | 0.84% | 0.91% | - |
| XYZ | 23.06 | 21.46 | 80.02 | - |
| YUV | 112.17 | 196.18 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 233 | 0.84 | 0.45 | 0 | 0.09 | 212.45 | 0.82 | 0.53 |
| Hex | 25 | 7F | E9 | 54 | 2D | 0 | 9 | D4 | 52 | 35 |
| Octal | 45 | 177 | 351 | 124 | 55 | 0 | 11 | 324 | 122 | 65 |
| Binary | 100101 | 1111111 | 11101001 | 1010100 | 101101 | 0 | 1001 | 11010100 | 1010010 | 110101 |
Color Harmonies of #257FE9
Complementary color
Monochromatic Colors of #257FE9
Black with #257FE9
Text Example
Text Example
White with #257FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FE9; }
p { color: rgb(37,127,233); }
H1.HeaderClassName
{
color: #257FE9;
}
.AnyTagClassName
{
color: #257FE9;
}
</style>
background-color css
<style>
a { background-color: #257FE9; }
a { background-color: rgb(37,127,233); }
div.DivClassName
{
background-color: #257FE9;
}
.BgClassName
{
background-color: #257FE9;
}
</style>
border-color css
<style>
span { border-color: #257FE9; }
span { border-color: rgb(37,127,233); }
td.TdClassName
{
border-color: #257FE9;
}
.TagClassName
{
border-color: #257FE9;
}
</style>