Shades of Dodger Blue #257FDA
Tints of Dodger Blue #257FDA
RGB
CMYK
RGB Variations
Color information
#257FDA (or 0x257FDA) is known color: Dodger Blue. HEX triplet: 25, 7F and DA. RGB value is (37,127,218). Sum of RGB (Red+Green+Blue) = 37+127+218=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #257FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FDA is #DA8025. Grayscale: #6E6E6E. Windows color (decimal): -14319654 or 14319397. OLE color: 14319397.
HSL color Cylindrical-coordinate representation of color #257FDA: hue angle of 210.17º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257FDA is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 127 | 218 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.15 |
| HSL | 210.17º | 0.71% | 0.5% | - |
| HSV(B) | 210.17º | 0.83% | 0.85% | - |
| XYZ | 21.01 | 20.63 | 69.21 | - |
| YUV | 110.46 | 188.68 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 218 | 0.83 | 0.42 | 0 | 0.15 | 210.17 | 0.71 | 0.5 |
| Hex | 25 | 7F | DA | 53 | 2A | 0 | F | D2 | 47 | 32 |
| Octal | 45 | 177 | 332 | 123 | 52 | 0 | 17 | 322 | 107 | 62 |
| Binary | 100101 | 1111111 | 11011010 | 1010011 | 101010 | 0 | 1111 | 11010010 | 1000111 | 110010 |
Color Harmonies of #257FDA
Complementary color
Monochromatic Colors of #257FDA
Black with #257FDA
Text Example
Text Example
White with #257FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FDA; }
p { color: rgb(37,127,218); }
H1.HeaderClassName
{
color: #257FDA;
}
.AnyTagClassName
{
color: #257FDA;
}
</style>
background-color css
<style>
a { background-color: #257FDA; }
a { background-color: rgb(37,127,218); }
div.DivClassName
{
background-color: #257FDA;
}
.BgClassName
{
background-color: #257FDA;
}
</style>
border-color css
<style>
span { border-color: #257FDA; }
span { border-color: rgb(37,127,218); }
td.TdClassName
{
border-color: #257FDA;
}
.TagClassName
{
border-color: #257FDA;
}
</style>