Shades of Dodger Blue #257FFF
Tints of Dodger Blue #257FFF
RGB
CMYK
RGB Variations
Color information
#257FFF (or 0x257FFF) is known color: Dodger Blue. HEX triplet: 25, 7F and FF. RGB value is (37,127,255). Sum of RGB (Red+Green+Blue) = 37+127+255=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #257FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FFF is #DA8000. Grayscale: #727272. Windows color (decimal): -14319617 or 16744229. OLE color: 16744229.
HSL color Cylindrical-coordinate representation of color #257FFF: hue angle of 215.23º 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 #257FFF is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 127 | 255 | - |
| CMYK | 0.85 | 0.50 | 0 | 0 |
| HSL | 215.23º | 1% | 0.57% | - |
| HSV(B) | 215.23º | 0.85% | 1% | - |
| XYZ | 26.4 | 22.79 | 97.62 | - |
| YUV | 114.68 | 207.18 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 255 | 0.85 | 0.50 | 0 | 0 | 215.23 | 1 | 0.57 |
| Hex | 25 | 7F | FF | 55 | 32 | 0 | 0 | D7 | 64 | 39 |
| Octal | 45 | 177 | 377 | 125 | 62 | 0 | 0 | 327 | 144 | 71 |
| Binary | 100101 | 1111111 | 11111111 | 1010101 | 110010 | 0 | 0 | 11010111 | 1100100 | 111001 |
Color Harmonies of #257FFF
Complementary color
Monochromatic Colors of #257FFF
Black with #257FFF
Text Example
Text Example
White with #257FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FFF; }
p { color: rgb(37,127,255); }
H1.HeaderClassName
{
color: #257FFF;
}
.AnyTagClassName
{
color: #257FFF;
}
</style>
background-color css
<style>
a { background-color: #257FFF; }
a { background-color: rgb(37,127,255); }
div.DivClassName
{
background-color: #257FFF;
}
.BgClassName
{
background-color: #257FFF;
}
</style>
border-color css
<style>
span { border-color: #257FFF; }
span { border-color: rgb(37,127,255); }
td.TdClassName
{
border-color: #257FFF;
}
.TagClassName
{
border-color: #257FFF;
}
</style>