Shades of Dodger Blue #257EFF
Tints of Dodger Blue #257EFF
RGB
CMYK
RGB Variations
Color information
#257EFF (or 0x257EFF) is known color: Dodger Blue. HEX triplet: 25, 7E and FF. RGB value is (37,126,255). Sum of RGB (Red+Green+Blue) = 37+126+255=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #257EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257EFF is #DA8100. Grayscale: #717171. Windows color (decimal): -14319873 or 16743973. OLE color: 16743973.
HSL color Cylindrical-coordinate representation of color #257EFF: hue angle of 215.5º 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 #257EFF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 126 | 255 | - |
| CMYK | 0.85 | 0.51 | 0 | 0 |
| HSL | 215.5º | 1% | 0.57% | - |
| HSV(B) | 215.5º | 0.85% | 1% | - |
| XYZ | 26.27 | 22.54 | 97.57 | - |
| YUV | 114.1 | 207.51 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 255 | 0.85 | 0.51 | 0 | 0 | 215.5 | 1 | 0.57 |
| Hex | 25 | 7E | FF | 55 | 33 | 0 | 0 | D8 | 64 | 39 |
| Octal | 45 | 176 | 377 | 125 | 63 | 0 | 0 | 330 | 144 | 71 |
| Binary | 100101 | 1111110 | 11111111 | 1010101 | 110011 | 0 | 0 | 11011000 | 1100100 | 111001 |
Color Harmonies of #257EFF
Complementary color
Monochromatic Colors of #257EFF
Black with #257EFF
Text Example
Text Example
White with #257EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EFF; }
p { color: rgb(37,126,255); }
H1.HeaderClassName
{
color: #257EFF;
}
.AnyTagClassName
{
color: #257EFF;
}
</style>
background-color css
<style>
a { background-color: #257EFF; }
a { background-color: rgb(37,126,255); }
div.DivClassName
{
background-color: #257EFF;
}
.BgClassName
{
background-color: #257EFF;
}
</style>
border-color css
<style>
span { border-color: #257EFF; }
span { border-color: rgb(37,126,255); }
td.TdClassName
{
border-color: #257EFF;
}
.TagClassName
{
border-color: #257EFF;
}
</style>