Shades of Dodger Blue #257FEC
Tints of Dodger Blue #257FEC
RGB
CMYK
RGB Variations
Color information
#257FEC (or 0x257FEC) is known color: Dodger Blue. HEX triplet: 25, 7F and EC. RGB value is (37,127,236). Sum of RGB (Red+Green+Blue) = 37+127+236=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #257FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FEC is #DA8013. Grayscale: #6F6F6F. Windows color (decimal): -14319636 or 15499045. OLE color: 15499045.
HSL color Cylindrical-coordinate representation of color #257FEC: hue angle of 212.86º degrees, saturation: 0.84, 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 #257FEC is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 127 | 236 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.07 |
| HSL | 212.86º | 0.84% | 0.54% | - |
| HSV(B) | 212.86º | 0.84% | 0.93% | - |
| XYZ | 23.49 | 21.63 | 82.29 | - |
| YUV | 112.52 | 197.68 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 236 | 0.84 | 0.46 | 0 | 0.07 | 212.86 | 0.84 | 0.54 |
| Hex | 25 | 7F | EC | 54 | 2E | 0 | 7 | D5 | 54 | 36 |
| Octal | 45 | 177 | 354 | 124 | 56 | 0 | 7 | 325 | 124 | 66 |
| Binary | 100101 | 1111111 | 11101100 | 1010100 | 101110 | 0 | 111 | 11010101 | 1010100 | 110110 |
Color Harmonies of #257FEC
Complementary color
Monochromatic Colors of #257FEC
Black with #257FEC
Text Example
Text Example
White with #257FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FEC; }
p { color: rgb(37,127,236); }
H1.HeaderClassName
{
color: #257FEC;
}
.AnyTagClassName
{
color: #257FEC;
}
</style>
background-color css
<style>
a { background-color: #257FEC; }
a { background-color: rgb(37,127,236); }
div.DivClassName
{
background-color: #257FEC;
}
.BgClassName
{
background-color: #257FEC;
}
</style>
border-color css
<style>
span { border-color: #257FEC; }
span { border-color: rgb(37,127,236); }
td.TdClassName
{
border-color: #257FEC;
}
.TagClassName
{
border-color: #257FEC;
}
</style>