Shades of Dodger Blue #207FEC
Tints of Dodger Blue #207FEC
RGB
CMYK
RGB Variations
Color information
#207FEC (or 0x207FEC) is known color: Dodger Blue. HEX triplet: 20, 7F and EC. RGB value is (32,127,236). Sum of RGB (Red+Green+Blue) = 32+127+236=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #207FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207FEC is #DF8013. Grayscale: #6E6E6E. Windows color (decimal): -14647316 or 15499040. OLE color: 15499040.
HSL color Cylindrical-coordinate representation of color #207FEC: hue angle of 212.06º degrees, saturation: 0.84, 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 #207FEC is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 127 | 236 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.07 |
| HSL | 212.06º | 0.84% | 0.53% | - |
| HSV(B) | 212.06º | 0.86% | 0.93% | - |
| XYZ | 23.33 | 21.54 | 82.29 | - |
| YUV | 111.02 | 198.53 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 236 | 0.86 | 0.46 | 0 | 0.07 | 212.06 | 0.84 | 0.53 |
| Hex | 20 | 7F | EC | 56 | 2E | 0 | 7 | D4 | 54 | 35 |
| Octal | 40 | 177 | 354 | 126 | 56 | 0 | 7 | 324 | 124 | 65 |
| Binary | 100000 | 1111111 | 11101100 | 1010110 | 101110 | 0 | 111 | 11010100 | 1010100 | 110101 |
Color Harmonies of #207FEC
Complementary color
Monochromatic Colors of #207FEC
Black with #207FEC
Text Example
Text Example
White with #207FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FEC; }
p { color: rgb(32,127,236); }
H1.HeaderClassName
{
color: #207FEC;
}
.AnyTagClassName
{
color: #207FEC;
}
</style>
background-color css
<style>
a { background-color: #207FEC; }
a { background-color: rgb(32,127,236); }
div.DivClassName
{
background-color: #207FEC;
}
.BgClassName
{
background-color: #207FEC;
}
</style>
border-color css
<style>
span { border-color: #207FEC; }
span { border-color: rgb(32,127,236); }
td.TdClassName
{
border-color: #207FEC;
}
.TagClassName
{
border-color: #207FEC;
}
</style>