Shades of Dodger Blue #207EF3
Tints of Dodger Blue #207EF3
RGB
CMYK
RGB Variations
Color information
#207EF3 (or 0x207EF3) is known color: Dodger Blue. HEX triplet: 20, 7E and F3. RGB value is (32,126,243). Sum of RGB (Red+Green+Blue) = 32+126+243=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #207EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207EF3 is #DF810C. Grayscale: #6E6E6E. Windows color (decimal): -14647565 or 15957536. OLE color: 15957536.
HSL color Cylindrical-coordinate representation of color #207EF3: hue angle of 213.27º degrees, saturation: 0.9, 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 #207EF3 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 126 | 243 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.05 |
| HSL | 213.27º | 0.9% | 0.54% | - |
| HSV(B) | 213.27º | 0.87% | 0.95% | - |
| XYZ | 24.23 | 21.7 | 87.71 | - |
| YUV | 111.23 | 202.36 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 243 | 0.87 | 0.48 | 0 | 0.05 | 213.27 | 0.9 | 0.54 |
| Hex | 20 | 7E | F3 | 57 | 30 | 0 | 5 | D5 | 5A | 36 |
| Octal | 40 | 176 | 363 | 127 | 60 | 0 | 5 | 325 | 132 | 66 |
| Binary | 100000 | 1111110 | 11110011 | 1010111 | 110000 | 0 | 101 | 11010101 | 1011010 | 110110 |
Color Harmonies of #207EF3
Complementary color
Monochromatic Colors of #207EF3
Black with #207EF3
Text Example
Text Example
White with #207EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207EF3; }
p { color: rgb(32,126,243); }
H1.HeaderClassName
{
color: #207EF3;
}
.AnyTagClassName
{
color: #207EF3;
}
</style>
background-color css
<style>
a { background-color: #207EF3; }
a { background-color: rgb(32,126,243); }
div.DivClassName
{
background-color: #207EF3;
}
.BgClassName
{
background-color: #207EF3;
}
</style>
border-color css
<style>
span { border-color: #207EF3; }
span { border-color: rgb(32,126,243); }
td.TdClassName
{
border-color: #207EF3;
}
.TagClassName
{
border-color: #207EF3;
}
</style>