Shades of Dodger Blue #207DFE
Tints of Dodger Blue #207DFE
RGB
CMYK
RGB Variations
Color information
#207DFE (or 0x207DFE) is known color: Dodger Blue. HEX triplet: 20, 7D and FE. RGB value is (32,125,254). Sum of RGB (Red+Green+Blue) = 32+125+254=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #207DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207DFE is #DF8201. Grayscale: #6F6F6F. Windows color (decimal): -14647810 or 16678176. OLE color: 16678176.
HSL color Cylindrical-coordinate representation of color #207DFE: hue angle of 214.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207DFE is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 125 | 254 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.00 |
| HSL | 214.86º | 0.99% | 0.56% | - |
| HSV(B) | 214.86º | 0.87% | 1% | - |
| XYZ | 25.82 | 22.13 | 96.68 | - |
| YUV | 111.9 | 208.19 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 254 | 0.87 | 0.51 | 0 | 0.00 | 214.86 | 0.99 | 0.56 |
| Hex | 20 | 7D | FE | 57 | 33 | 0 | 0 | D7 | 63 | 38 |
| Octal | 40 | 175 | 376 | 127 | 63 | 0 | 0 | 327 | 143 | 70 |
| Binary | 100000 | 1111101 | 11111110 | 1010111 | 110011 | 0 | 0 | 11010111 | 1100011 | 111000 |
Color Harmonies of #207DFE
Complementary color
Monochromatic Colors of #207DFE
Black with #207DFE
Text Example
Text Example
White with #207DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DFE; }
p { color: rgb(32,125,254); }
H1.HeaderClassName
{
color: #207DFE;
}
.AnyTagClassName
{
color: #207DFE;
}
</style>
background-color css
<style>
a { background-color: #207DFE; }
a { background-color: rgb(32,125,254); }
div.DivClassName
{
background-color: #207DFE;
}
.BgClassName
{
background-color: #207DFE;
}
</style>
border-color css
<style>
span { border-color: #207DFE; }
span { border-color: rgb(32,125,254); }
td.TdClassName
{
border-color: #207DFE;
}
.TagClassName
{
border-color: #207DFE;
}
</style>