Shades of Dodger Blue #207DF1
Tints of Dodger Blue #207DF1
RGB
CMYK
RGB Variations
Color information
#207DF1 (or 0x207DF1) is known color: Dodger Blue. HEX triplet: 20, 7D and F1. RGB value is (32,125,241). Sum of RGB (Red+Green+Blue) = 32+125+241=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #207DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207DF1 is #DF820E. Grayscale: #6D6D6D. Windows color (decimal): -14647823 or 15826208. OLE color: 15826208.
HSL color Cylindrical-coordinate representation of color #207DF1: hue angle of 213.3º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207DF1 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 125 | 241 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.05 |
| HSL | 213.3º | 0.88% | 0.54% | - |
| HSV(B) | 213.3º | 0.87% | 0.95% | - |
| XYZ | 23.81 | 21.33 | 86.08 | - |
| YUV | 110.42 | 201.69 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 241 | 0.87 | 0.48 | 0 | 0.05 | 213.3 | 0.88 | 0.54 |
| Hex | 20 | 7D | F1 | 57 | 30 | 0 | 5 | D5 | 58 | 36 |
| Octal | 40 | 175 | 361 | 127 | 60 | 0 | 5 | 325 | 130 | 66 |
| Binary | 100000 | 1111101 | 11110001 | 1010111 | 110000 | 0 | 101 | 11010101 | 1011000 | 110110 |
Color Harmonies of #207DF1
Complementary color
Monochromatic Colors of #207DF1
Black with #207DF1
Text Example
Text Example
White with #207DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DF1; }
p { color: rgb(32,125,241); }
H1.HeaderClassName
{
color: #207DF1;
}
.AnyTagClassName
{
color: #207DF1;
}
</style>
background-color css
<style>
a { background-color: #207DF1; }
a { background-color: rgb(32,125,241); }
div.DivClassName
{
background-color: #207DF1;
}
.BgClassName
{
background-color: #207DF1;
}
</style>
border-color css
<style>
span { border-color: #207DF1; }
span { border-color: rgb(32,125,241); }
td.TdClassName
{
border-color: #207DF1;
}
.TagClassName
{
border-color: #207DF1;
}
</style>