Shades of Dodger Blue #207DF7
Tints of Dodger Blue #207DF7
RGB
CMYK
RGB Variations
Color information
#207DF7 (or 0x207DF7) is known color: Dodger Blue. HEX triplet: 20, 7D and F7. RGB value is (32,125,247). Sum of RGB (Red+Green+Blue) = 32+125+247=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #207DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207DF7 is #DF8208. Grayscale: #6E6E6E. Windows color (decimal): -14647817 or 16219424. OLE color: 16219424.
HSL color Cylindrical-coordinate representation of color #207DF7: hue angle of 214.05º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207DF7 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 125 | 247 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.03 |
| HSL | 214.05º | 0.93% | 0.55% | - |
| HSV(B) | 214.05º | 0.87% | 0.97% | - |
| XYZ | 24.72 | 21.69 | 90.88 | - |
| YUV | 111.1 | 204.69 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 247 | 0.87 | 0.49 | 0 | 0.03 | 214.05 | 0.93 | 0.55 |
| Hex | 20 | 7D | F7 | 57 | 31 | 0 | 3 | D6 | 5D | 37 |
| Octal | 40 | 175 | 367 | 127 | 61 | 0 | 3 | 326 | 135 | 67 |
| Binary | 100000 | 1111101 | 11110111 | 1010111 | 110001 | 0 | 11 | 11010110 | 1011101 | 110111 |
Color Harmonies of #207DF7
Complementary color
Monochromatic Colors of #207DF7
Black with #207DF7
Text Example
Text Example
White with #207DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DF7; }
p { color: rgb(32,125,247); }
H1.HeaderClassName
{
color: #207DF7;
}
.AnyTagClassName
{
color: #207DF7;
}
</style>
background-color css
<style>
a { background-color: #207DF7; }
a { background-color: rgb(32,125,247); }
div.DivClassName
{
background-color: #207DF7;
}
.BgClassName
{
background-color: #207DF7;
}
</style>
border-color css
<style>
span { border-color: #207DF7; }
span { border-color: rgb(32,125,247); }
td.TdClassName
{
border-color: #207DF7;
}
.TagClassName
{
border-color: #207DF7;
}
</style>