Shades of Dodger Blue #257DF1
Tints of Dodger Blue #257DF1
RGB
CMYK
RGB Variations
Color information
#257DF1 (or 0x257DF1) is known color: Dodger Blue. HEX triplet: 25, 7D and F1. RGB value is (37,125,241). Sum of RGB (Red+Green+Blue) = 37+125+241=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #257DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257DF1 is #DA820E. Grayscale: #6F6F6F. Windows color (decimal): -14320143 or 15826213. OLE color: 15826213.
HSL color Cylindrical-coordinate representation of color #257DF1: hue angle of 214.12º 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 #257DF1 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 125 | 241 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.05 |
| HSL | 214.12º | 0.88% | 0.55% | - |
| HSV(B) | 214.12º | 0.85% | 0.95% | - |
| XYZ | 23.97 | 21.41 | 86.09 | - |
| YUV | 111.91 | 200.85 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 241 | 0.85 | 0.48 | 0 | 0.05 | 214.12 | 0.88 | 0.55 |
| Hex | 25 | 7D | F1 | 55 | 30 | 0 | 5 | D6 | 58 | 37 |
| Octal | 45 | 175 | 361 | 125 | 60 | 0 | 5 | 326 | 130 | 67 |
| Binary | 100101 | 1111101 | 11110001 | 1010101 | 110000 | 0 | 101 | 11010110 | 1011000 | 110111 |
Color Harmonies of #257DF1
Complementary color
Monochromatic Colors of #257DF1
Black with #257DF1
Text Example
Text Example
White with #257DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DF1; }
p { color: rgb(37,125,241); }
H1.HeaderClassName
{
color: #257DF1;
}
.AnyTagClassName
{
color: #257DF1;
}
</style>
background-color css
<style>
a { background-color: #257DF1; }
a { background-color: rgb(37,125,241); }
div.DivClassName
{
background-color: #257DF1;
}
.BgClassName
{
background-color: #257DF1;
}
</style>
border-color css
<style>
span { border-color: #257DF1; }
span { border-color: rgb(37,125,241); }
td.TdClassName
{
border-color: #257DF1;
}
.TagClassName
{
border-color: #257DF1;
}
</style>