Shades of Dodger Blue #257FDF
Tints of Dodger Blue #257FDF
RGB
CMYK
RGB Variations
Color information
#257FDF (or 0x257FDF) is known color: Dodger Blue. HEX triplet: 25, 7F and DF. RGB value is (37,127,223). Sum of RGB (Red+Green+Blue) = 37+127+223=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #257FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FDF is #DA8020. Grayscale: #6E6E6E. Windows color (decimal): -14319649 or 14647077. OLE color: 14647077.
HSL color Cylindrical-coordinate representation of color #257FDF: hue angle of 210.97º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257FDF is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 127 | 223 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.13 |
| HSL | 210.97º | 0.74% | 0.51% | - |
| HSV(B) | 210.97º | 0.83% | 0.87% | - |
| XYZ | 21.67 | 20.9 | 72.7 | - |
| YUV | 111.03 | 191.18 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 223 | 0.83 | 0.43 | 0 | 0.13 | 210.97 | 0.74 | 0.51 |
| Hex | 25 | 7F | DF | 53 | 2B | 0 | D | D3 | 4A | 33 |
| Octal | 45 | 177 | 337 | 123 | 53 | 0 | 15 | 323 | 112 | 63 |
| Binary | 100101 | 1111111 | 11011111 | 1010011 | 101011 | 0 | 1101 | 11010011 | 1001010 | 110011 |
Color Harmonies of #257FDF
Complementary color
Monochromatic Colors of #257FDF
Black with #257FDF
Text Example
Text Example
White with #257FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FDF; }
p { color: rgb(37,127,223); }
H1.HeaderClassName
{
color: #257FDF;
}
.AnyTagClassName
{
color: #257FDF;
}
</style>
background-color css
<style>
a { background-color: #257FDF; }
a { background-color: rgb(37,127,223); }
div.DivClassName
{
background-color: #257FDF;
}
.BgClassName
{
background-color: #257FDF;
}
</style>
border-color css
<style>
span { border-color: #257FDF; }
span { border-color: rgb(37,127,223); }
td.TdClassName
{
border-color: #257FDF;
}
.TagClassName
{
border-color: #257FDF;
}
</style>