Shades of Dodger Blue #207CDB
Tints of Dodger Blue #207CDB
RGB
CMYK
RGB Variations
Color information
#207CDB (or 0x207CDB) is known color: Dodger Blue. HEX triplet: 20, 7C and DB. RGB value is (32,124,219). Sum of RGB (Red+Green+Blue) = 32+124+219=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #207CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CDB is #DF8324. Grayscale: #6A6A6A. Windows color (decimal): -14648101 or 14384160. OLE color: 14384160.
HSL color Cylindrical-coordinate representation of color #207CDB: hue angle of 210.48º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207CDB is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 124 | 219 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.14 |
| HSL | 210.48º | 0.75% | 0.49% | - |
| HSV(B) | 210.48º | 0.85% | 0.86% | - |
| XYZ | 20.59 | 19.84 | 69.76 | - |
| YUV | 107.32 | 191.02 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 219 | 0.85 | 0.43 | 0 | 0.14 | 210.48 | 0.75 | 0.49 |
| Hex | 20 | 7C | DB | 55 | 2B | 0 | E | D2 | 4B | 31 |
| Octal | 40 | 174 | 333 | 125 | 53 | 0 | 16 | 322 | 113 | 61 |
| Binary | 100000 | 1111100 | 11011011 | 1010101 | 101011 | 0 | 1110 | 11010010 | 1001011 | 110001 |
Color Harmonies of #207CDB
Complementary color
Monochromatic Colors of #207CDB
Black with #207CDB
Text Example
Text Example
White with #207CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CDB; }
p { color: rgb(32,124,219); }
H1.HeaderClassName
{
color: #207CDB;
}
.AnyTagClassName
{
color: #207CDB;
}
</style>
background-color css
<style>
a { background-color: #207CDB; }
a { background-color: rgb(32,124,219); }
div.DivClassName
{
background-color: #207CDB;
}
.BgClassName
{
background-color: #207CDB;
}
</style>
border-color css
<style>
span { border-color: #207CDB; }
span { border-color: rgb(32,124,219); }
td.TdClassName
{
border-color: #207CDB;
}
.TagClassName
{
border-color: #207CDB;
}
</style>