Shades of Dodger Blue #257DDD
Tints of Dodger Blue #257DDD
RGB
CMYK
RGB Variations
Color information
#257DDD (or 0x257DDD) is known color: Dodger Blue. HEX triplet: 25, 7D and DD. RGB value is (37,125,221). Sum of RGB (Red+Green+Blue) = 37+125+221=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #257DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DDD is #DA8222. Grayscale: #6D6D6D. Windows color (decimal): -14320163 or 14515493. OLE color: 14515493.
HSL color Cylindrical-coordinate representation of color #257DDD: hue angle of 211.3º degrees, saturation: 0.73, 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 #257DDD is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 125 | 221 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.13 |
| HSL | 211.3º | 0.73% | 0.51% | - |
| HSV(B) | 211.3º | 0.83% | 0.87% | - |
| XYZ | 21.15 | 20.28 | 71.21 | - |
| YUV | 109.63 | 190.85 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 221 | 0.83 | 0.43 | 0 | 0.13 | 211.3 | 0.73 | 0.51 |
| Hex | 25 | 7D | DD | 53 | 2B | 0 | D | D3 | 49 | 33 |
| Octal | 45 | 175 | 335 | 123 | 53 | 0 | 15 | 323 | 111 | 63 |
| Binary | 100101 | 1111101 | 11011101 | 1010011 | 101011 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #257DDD
Complementary color
Monochromatic Colors of #257DDD
Black with #257DDD
Text Example
Text Example
White with #257DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DDD; }
p { color: rgb(37,125,221); }
H1.HeaderClassName
{
color: #257DDD;
}
.AnyTagClassName
{
color: #257DDD;
}
</style>
background-color css
<style>
a { background-color: #257DDD; }
a { background-color: rgb(37,125,221); }
div.DivClassName
{
background-color: #257DDD;
}
.BgClassName
{
background-color: #257DDD;
}
</style>
border-color css
<style>
span { border-color: #257DDD; }
span { border-color: rgb(37,125,221); }
td.TdClassName
{
border-color: #257DDD;
}
.TagClassName
{
border-color: #257DDD;
}
</style>