Shades of Dodger Blue #207EDA
Tints of Dodger Blue #207EDA
RGB
CMYK
RGB Variations
Color information
#207EDA (or 0x207EDA) is known color: Dodger Blue. HEX triplet: 20, 7E and DA. RGB value is (32,126,218). Sum of RGB (Red+Green+Blue) = 32+126+218=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #207EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207EDA is #DF8125. Grayscale: #6B6B6B. Windows color (decimal): -14647590 or 14319136. OLE color: 14319136.
HSL color Cylindrical-coordinate representation of color #207EDA: hue angle of 209.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207EDA is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 126 | 218 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.15 |
| HSL | 209.68º | 0.74% | 0.49% | - |
| HSV(B) | 209.68º | 0.85% | 0.85% | - |
| XYZ | 20.71 | 20.29 | 69.15 | - |
| YUV | 108.38 | 189.86 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 218 | 0.85 | 0.42 | 0 | 0.15 | 209.68 | 0.74 | 0.49 |
| Hex | 20 | 7E | DA | 55 | 2A | 0 | F | D2 | 4A | 31 |
| Octal | 40 | 176 | 332 | 125 | 52 | 0 | 17 | 322 | 112 | 61 |
| Binary | 100000 | 1111110 | 11011010 | 1010101 | 101010 | 0 | 1111 | 11010010 | 1001010 | 110001 |
Color Harmonies of #207EDA
Complementary color
Monochromatic Colors of #207EDA
Black with #207EDA
Text Example
Text Example
White with #207EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207EDA; }
p { color: rgb(32,126,218); }
H1.HeaderClassName
{
color: #207EDA;
}
.AnyTagClassName
{
color: #207EDA;
}
</style>
background-color css
<style>
a { background-color: #207EDA; }
a { background-color: rgb(32,126,218); }
div.DivClassName
{
background-color: #207EDA;
}
.BgClassName
{
background-color: #207EDA;
}
</style>
border-color css
<style>
span { border-color: #207EDA; }
span { border-color: rgb(32,126,218); }
td.TdClassName
{
border-color: #207EDA;
}
.TagClassName
{
border-color: #207EDA;
}
</style>