Shades of Dodger Blue #257EDD
Tints of Dodger Blue #257EDD
RGB
CMYK
RGB Variations
Color information
#257EDD (or 0x257EDD) is known color: Dodger Blue. HEX triplet: 25, 7E and DD. RGB value is (37,126,221). Sum of RGB (Red+Green+Blue) = 37+126+221=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #257EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EDD is #DA8122. Grayscale: #6D6D6D. Windows color (decimal): -14319907 or 14515749. OLE color: 14515749.
HSL color Cylindrical-coordinate representation of color #257EDD: hue angle of 210.98º 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 #257EDD is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 126 | 221 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.13 |
| HSL | 210.98º | 0.73% | 0.51% | - |
| HSV(B) | 210.98º | 0.83% | 0.87% | - |
| XYZ | 21.27 | 20.54 | 71.25 | - |
| YUV | 110.22 | 190.51 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 221 | 0.83 | 0.43 | 0 | 0.13 | 210.98 | 0.73 | 0.51 |
| Hex | 25 | 7E | DD | 53 | 2B | 0 | D | D3 | 49 | 33 |
| Octal | 45 | 176 | 335 | 123 | 53 | 0 | 15 | 323 | 111 | 63 |
| Binary | 100101 | 1111110 | 11011101 | 1010011 | 101011 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #257EDD
Complementary color
Monochromatic Colors of #257EDD
Black with #257EDD
Text Example
Text Example
White with #257EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EDD; }
p { color: rgb(37,126,221); }
H1.HeaderClassName
{
color: #257EDD;
}
.AnyTagClassName
{
color: #257EDD;
}
</style>
background-color css
<style>
a { background-color: #257EDD; }
a { background-color: rgb(37,126,221); }
div.DivClassName
{
background-color: #257EDD;
}
.BgClassName
{
background-color: #257EDD;
}
</style>
border-color css
<style>
span { border-color: #257EDD; }
span { border-color: rgb(37,126,221); }
td.TdClassName
{
border-color: #257EDD;
}
.TagClassName
{
border-color: #257EDD;
}
</style>