Shades of Dodger Blue #257FEF
Tints of Dodger Blue #257FEF
RGB
CMYK
RGB Variations
Color information
#257FEF (or 0x257FEF) is known color: Dodger Blue. HEX triplet: 25, 7F and EF. RGB value is (37,127,239). Sum of RGB (Red+Green+Blue) = 37+127+239=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #257FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FEF is #DA8010. Grayscale: #707070. Windows color (decimal): -14319633 or 15695653. OLE color: 15695653.
HSL color Cylindrical-coordinate representation of color #257FEF: hue angle of 213.27º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257FEF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 127 | 239 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.06 |
| HSL | 213.27º | 0.86% | 0.54% | - |
| HSV(B) | 213.27º | 0.85% | 0.94% | - |
| XYZ | 23.93 | 21.8 | 84.61 | - |
| YUV | 112.86 | 199.18 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 239 | 0.85 | 0.47 | 0 | 0.06 | 213.27 | 0.86 | 0.54 |
| Hex | 25 | 7F | EF | 55 | 2F | 0 | 6 | D5 | 56 | 36 |
| Octal | 45 | 177 | 357 | 125 | 57 | 0 | 6 | 325 | 126 | 66 |
| Binary | 100101 | 1111111 | 11101111 | 1010101 | 101111 | 0 | 110 | 11010101 | 1010110 | 110110 |
Color Harmonies of #257FEF
Complementary color
Monochromatic Colors of #257FEF
Black with #257FEF
Text Example
Text Example
White with #257FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FEF; }
p { color: rgb(37,127,239); }
H1.HeaderClassName
{
color: #257FEF;
}
.AnyTagClassName
{
color: #257FEF;
}
</style>
background-color css
<style>
a { background-color: #257FEF; }
a { background-color: rgb(37,127,239); }
div.DivClassName
{
background-color: #257FEF;
}
.BgClassName
{
background-color: #257FEF;
}
</style>
border-color css
<style>
span { border-color: #257FEF; }
span { border-color: rgb(37,127,239); }
td.TdClassName
{
border-color: #257FEF;
}
.TagClassName
{
border-color: #257FEF;
}
</style>