Shades of Dodger Blue #207CDF
Tints of Dodger Blue #207CDF
RGB
CMYK
RGB Variations
Color information
#207CDF (or 0x207CDF) is known color: Dodger Blue. HEX triplet: 20, 7C and DF. RGB value is (32,124,223). Sum of RGB (Red+Green+Blue) = 32+124+223=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #207CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CDF is #DF8320. Grayscale: #6B6B6B. Windows color (decimal): -14648097 or 14646304. OLE color: 14646304.
HSL color Cylindrical-coordinate representation of color #207CDF: hue angle of 211.1º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #207CDF is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 124 | 223 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.13 |
| HSL | 211.1º | 0.75% | 0.5% | - |
| HSV(B) | 211.1º | 0.86% | 0.87% | - |
| XYZ | 21.12 | 20.05 | 72.57 | - |
| YUV | 107.78 | 193.02 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 223 | 0.86 | 0.44 | 0 | 0.13 | 211.1 | 0.75 | 0.5 |
| Hex | 20 | 7C | DF | 56 | 2C | 0 | D | D3 | 4B | 32 |
| Octal | 40 | 174 | 337 | 126 | 54 | 0 | 15 | 323 | 113 | 62 |
| Binary | 100000 | 1111100 | 11011111 | 1010110 | 101100 | 0 | 1101 | 11010011 | 1001011 | 110010 |
Color Harmonies of #207CDF
Complementary color
Monochromatic Colors of #207CDF
Black with #207CDF
Text Example
Text Example
White with #207CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CDF; }
p { color: rgb(32,124,223); }
H1.HeaderClassName
{
color: #207CDF;
}
.AnyTagClassName
{
color: #207CDF;
}
</style>
background-color css
<style>
a { background-color: #207CDF; }
a { background-color: rgb(32,124,223); }
div.DivClassName
{
background-color: #207CDF;
}
.BgClassName
{
background-color: #207CDF;
}
</style>
border-color css
<style>
span { border-color: #207CDF; }
span { border-color: rgb(32,124,223); }
td.TdClassName
{
border-color: #207CDF;
}
.TagClassName
{
border-color: #207CDF;
}
</style>