Shades of Dodger Blue #257EF1
Tints of Dodger Blue #257EF1
RGB
CMYK
RGB Variations
Color information
#257EF1 (or 0x257EF1) is known color: Dodger Blue. HEX triplet: 25, 7E and F1. RGB value is (37,126,241). Sum of RGB (Red+Green+Blue) = 37+126+241=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #257EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257EF1 is #DA810E. Grayscale: #6F6F6F. Windows color (decimal): -14319887 or 15826469. OLE color: 15826469.
HSL color Cylindrical-coordinate representation of color #257EF1: hue angle of 213.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257EF1 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 126 | 241 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.05 |
| HSL | 213.82º | 0.88% | 0.55% | - |
| HSV(B) | 213.82º | 0.85% | 0.95% | - |
| XYZ | 24.1 | 21.67 | 86.13 | - |
| YUV | 112.5 | 200.51 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 241 | 0.85 | 0.48 | 0 | 0.05 | 213.82 | 0.88 | 0.55 |
| Hex | 25 | 7E | F1 | 55 | 30 | 0 | 5 | D6 | 58 | 37 |
| Octal | 45 | 176 | 361 | 125 | 60 | 0 | 5 | 326 | 130 | 67 |
| Binary | 100101 | 1111110 | 11110001 | 1010101 | 110000 | 0 | 101 | 11010110 | 1011000 | 110111 |
Color Harmonies of #257EF1
Complementary color
Monochromatic Colors of #257EF1
Black with #257EF1
Text Example
Text Example
White with #257EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EF1; }
p { color: rgb(37,126,241); }
H1.HeaderClassName
{
color: #257EF1;
}
.AnyTagClassName
{
color: #257EF1;
}
</style>
background-color css
<style>
a { background-color: #257EF1; }
a { background-color: rgb(37,126,241); }
div.DivClassName
{
background-color: #257EF1;
}
.BgClassName
{
background-color: #257EF1;
}
</style>
border-color css
<style>
span { border-color: #257EF1; }
span { border-color: rgb(37,126,241); }
td.TdClassName
{
border-color: #257EF1;
}
.TagClassName
{
border-color: #257EF1;
}
</style>