Shades of Dodger Blue #207DDA
Tints of Dodger Blue #207DDA
RGB
CMYK
RGB Variations
Color information
#207DDA (or 0x207DDA) is known color: Dodger Blue. HEX triplet: 20, 7D and DA. RGB value is (32,125,218). Sum of RGB (Red+Green+Blue) = 32+125+218=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #207DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DDA is #DF8225. Grayscale: #6B6B6B. Windows color (decimal): -14647846 or 14318880. OLE color: 14318880.
HSL color Cylindrical-coordinate representation of color #207DDA: hue angle of 210º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207DDA is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 125 | 218 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.15 |
| HSL | 210º | 0.74% | 0.49% | - |
| HSV(B) | 210º | 0.85% | 0.85% | - |
| XYZ | 20.58 | 20.04 | 69.11 | - |
| YUV | 107.8 | 190.19 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 218 | 0.85 | 0.43 | 0 | 0.15 | 210 | 0.74 | 0.49 |
| Hex | 20 | 7D | DA | 55 | 2B | 0 | F | D2 | 4A | 31 |
| Octal | 40 | 175 | 332 | 125 | 53 | 0 | 17 | 322 | 112 | 61 |
| Binary | 100000 | 1111101 | 11011010 | 1010101 | 101011 | 0 | 1111 | 11010010 | 1001010 | 110001 |
Color Harmonies of #207DDA
Complementary color
Monochromatic Colors of #207DDA
Black with #207DDA
Text Example
Text Example
White with #207DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DDA; }
p { color: rgb(32,125,218); }
H1.HeaderClassName
{
color: #207DDA;
}
.AnyTagClassName
{
color: #207DDA;
}
</style>
background-color css
<style>
a { background-color: #207DDA; }
a { background-color: rgb(32,125,218); }
div.DivClassName
{
background-color: #207DDA;
}
.BgClassName
{
background-color: #207DDA;
}
</style>
border-color css
<style>
span { border-color: #207DDA; }
span { border-color: rgb(32,125,218); }
td.TdClassName
{
border-color: #207DDA;
}
.TagClassName
{
border-color: #207DDA;
}
</style>