Shades of Dodger Blue #207DED
Tints of Dodger Blue #207DED
RGB
CMYK
RGB Variations
Color information
#207DED (or 0x207DED) is known color: Dodger Blue. HEX triplet: 20, 7D and ED. RGB value is (32,125,237). Sum of RGB (Red+Green+Blue) = 32+125+237=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #207DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207DED is #DF8212. Grayscale: #6D6D6D. Windows color (decimal): -14647827 or 15564064. OLE color: 15564064.
HSL color Cylindrical-coordinate representation of color #207DED: hue angle of 212.78º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #207DED is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 125 | 237 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.07 |
| HSL | 212.78º | 0.85% | 0.53% | - |
| HSV(B) | 212.78º | 0.86% | 0.93% | - |
| XYZ | 23.22 | 21.09 | 82.97 | - |
| YUV | 109.96 | 199.69 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 237 | 0.86 | 0.47 | 0 | 0.07 | 212.78 | 0.85 | 0.53 |
| Hex | 20 | 7D | ED | 56 | 2F | 0 | 7 | D5 | 55 | 35 |
| Octal | 40 | 175 | 355 | 126 | 57 | 0 | 7 | 325 | 125 | 65 |
| Binary | 100000 | 1111101 | 11101101 | 1010110 | 101111 | 0 | 111 | 11010101 | 1010101 | 110101 |
Color Harmonies of #207DED
Complementary color
Monochromatic Colors of #207DED
Black with #207DED
Text Example
Text Example
White with #207DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DED; }
p { color: rgb(32,125,237); }
H1.HeaderClassName
{
color: #207DED;
}
.AnyTagClassName
{
color: #207DED;
}
</style>
background-color css
<style>
a { background-color: #207DED; }
a { background-color: rgb(32,125,237); }
div.DivClassName
{
background-color: #207DED;
}
.BgClassName
{
background-color: #207DED;
}
</style>
border-color css
<style>
span { border-color: #207DED; }
span { border-color: rgb(32,125,237); }
td.TdClassName
{
border-color: #207DED;
}
.TagClassName
{
border-color: #207DED;
}
</style>