Shades of Dodger Blue #207FDB
Tints of Dodger Blue #207FDB
RGB
CMYK
RGB Variations
Color information
#207FDB (or 0x207FDB) is known color: Dodger Blue. HEX triplet: 20, 7F and DB. RGB value is (32,127,219). Sum of RGB (Red+Green+Blue) = 32+127+219=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #207FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FDB is #DF8024. Grayscale: #6C6C6C. Windows color (decimal): -14647333 or 14384928. OLE color: 14384928.
HSL color Cylindrical-coordinate representation of color #207FDB: hue angle of 209.52º 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 #207FDB is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 127 | 219 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.14 |
| HSL | 209.52º | 0.75% | 0.49% | - |
| HSV(B) | 209.52º | 0.85% | 0.86% | - |
| XYZ | 20.97 | 20.6 | 69.89 | - |
| YUV | 109.08 | 190.03 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 219 | 0.85 | 0.42 | 0 | 0.14 | 209.52 | 0.75 | 0.49 |
| Hex | 20 | 7F | DB | 55 | 2A | 0 | E | D2 | 4B | 31 |
| Octal | 40 | 177 | 333 | 125 | 52 | 0 | 16 | 322 | 113 | 61 |
| Binary | 100000 | 1111111 | 11011011 | 1010101 | 101010 | 0 | 1110 | 11010010 | 1001011 | 110001 |
Color Harmonies of #207FDB
Complementary color
Monochromatic Colors of #207FDB
Black with #207FDB
Text Example
Text Example
White with #207FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FDB; }
p { color: rgb(32,127,219); }
H1.HeaderClassName
{
color: #207FDB;
}
.AnyTagClassName
{
color: #207FDB;
}
</style>
background-color css
<style>
a { background-color: #207FDB; }
a { background-color: rgb(32,127,219); }
div.DivClassName
{
background-color: #207FDB;
}
.BgClassName
{
background-color: #207FDB;
}
</style>
border-color css
<style>
span { border-color: #207FDB; }
span { border-color: rgb(32,127,219); }
td.TdClassName
{
border-color: #207FDB;
}
.TagClassName
{
border-color: #207FDB;
}
</style>