Shades of Dodger Blue #257DFF
Tints of Dodger Blue #257DFF
RGB
CMYK
RGB Variations
Color information
#257DFF (or 0x257DFF) is known color: Dodger Blue. HEX triplet: 25, 7D and FF. RGB value is (37,125,255). Sum of RGB (Red+Green+Blue) = 37+125+255=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #257DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257DFF is #DA8200. Grayscale: #707070. Windows color (decimal): -14320129 or 16743717. OLE color: 16743717.
HSL color Cylindrical-coordinate representation of color #257DFF: hue angle of 215.78º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257DFF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 125 | 255 | - |
| CMYK | 0.85 | 0.51 | 0 | 0 |
| HSL | 215.78º | 1% | 0.57% | - |
| HSV(B) | 215.78º | 0.85% | 1% | - |
| XYZ | 26.15 | 22.28 | 97.53 | - |
| YUV | 113.51 | 207.85 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 255 | 0.85 | 0.51 | 0 | 0 | 215.78 | 1 | 0.57 |
| Hex | 25 | 7D | FF | 55 | 33 | 0 | 0 | D8 | 64 | 39 |
| Octal | 45 | 175 | 377 | 125 | 63 | 0 | 0 | 330 | 144 | 71 |
| Binary | 100101 | 1111101 | 11111111 | 1010101 | 110011 | 0 | 0 | 11011000 | 1100100 | 111001 |
Color Harmonies of #257DFF
Complementary color
Monochromatic Colors of #257DFF
Black with #257DFF
Text Example
Text Example
White with #257DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DFF; }
p { color: rgb(37,125,255); }
H1.HeaderClassName
{
color: #257DFF;
}
.AnyTagClassName
{
color: #257DFF;
}
</style>
background-color css
<style>
a { background-color: #257DFF; }
a { background-color: rgb(37,125,255); }
div.DivClassName
{
background-color: #257DFF;
}
.BgClassName
{
background-color: #257DFF;
}
</style>
border-color css
<style>
span { border-color: #257DFF; }
span { border-color: rgb(37,125,255); }
td.TdClassName
{
border-color: #257DFF;
}
.TagClassName
{
border-color: #257DFF;
}
</style>