Shades of Dodger Blue #207EDD
Tints of Dodger Blue #207EDD
RGB
CMYK
RGB Variations
Color information
#207EDD (or 0x207EDD) is known color: Dodger Blue. HEX triplet: 20, 7E and DD. RGB value is (32,126,221). Sum of RGB (Red+Green+Blue) = 32+126+221=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #207EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207EDD is #DF8122. Grayscale: #6C6C6C. Windows color (decimal): -14647587 or 14515744. OLE color: 14515744.
HSL color Cylindrical-coordinate representation of color #207EDD: hue angle of 210.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #207EDD is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 126 | 221 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.13 |
| HSL | 210.16º | 0.75% | 0.5% | - |
| HSV(B) | 210.16º | 0.86% | 0.87% | - |
| XYZ | 21.11 | 20.45 | 71.24 | - |
| YUV | 108.72 | 191.36 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 221 | 0.86 | 0.43 | 0 | 0.13 | 210.16 | 0.75 | 0.5 |
| Hex | 20 | 7E | DD | 56 | 2B | 0 | D | D2 | 4B | 32 |
| Octal | 40 | 176 | 335 | 126 | 53 | 0 | 15 | 322 | 113 | 62 |
| Binary | 100000 | 1111110 | 11011101 | 1010110 | 101011 | 0 | 1101 | 11010010 | 1001011 | 110010 |
Color Harmonies of #207EDD
Complementary color
Monochromatic Colors of #207EDD
Black with #207EDD
Text Example
Text Example
White with #207EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207EDD; }
p { color: rgb(32,126,221); }
H1.HeaderClassName
{
color: #207EDD;
}
.AnyTagClassName
{
color: #207EDD;
}
</style>
background-color css
<style>
a { background-color: #207EDD; }
a { background-color: rgb(32,126,221); }
div.DivClassName
{
background-color: #207EDD;
}
.BgClassName
{
background-color: #207EDD;
}
</style>
border-color css
<style>
span { border-color: #207EDD; }
span { border-color: rgb(32,126,221); }
td.TdClassName
{
border-color: #207EDD;
}
.TagClassName
{
border-color: #207EDD;
}
</style>