Shades of Dodger Blue #208DDF
Tints of Dodger Blue #208DDF
RGB
CMYK
RGB Variations
Color information
#208DDF (or 0x208DDF) is known color: Dodger Blue. HEX triplet: 20, 8D and DF. RGB value is (32,141,223). Sum of RGB (Red+Green+Blue) = 32+141+223=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #208DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DDF is #DF7220. Grayscale: #757575. Windows color (decimal): -14643745 or 14650656. OLE color: 14650656.
HSL color Cylindrical-coordinate representation of color #208DDF: hue angle of 205.76º 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 #208DDF is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 141 | 223 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.13 |
| HSL | 205.76º | 0.75% | 0.5% | - |
| HSV(B) | 205.76º | 0.86% | 0.87% | - |
| XYZ | 23.44 | 24.68 | 73.34 | - |
| YUV | 117.76 | 187.39 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 223 | 0.86 | 0.37 | 0 | 0.13 | 205.76 | 0.75 | 0.5 |
| Hex | 20 | 8D | DF | 56 | 25 | 0 | D | CE | 4B | 32 |
| Octal | 40 | 215 | 337 | 126 | 45 | 0 | 15 | 316 | 113 | 62 |
| Binary | 100000 | 10001101 | 11011111 | 1010110 | 100101 | 0 | 1101 | 11001110 | 1001011 | 110010 |
Color Harmonies of #208DDF
Complementary color
Monochromatic Colors of #208DDF
Black with #208DDF
Text Example
Text Example
White with #208DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208DDF; }
p { color: rgb(32,141,223); }
H1.HeaderClassName
{
color: #208DDF;
}
.AnyTagClassName
{
color: #208DDF;
}
</style>
background-color css
<style>
a { background-color: #208DDF; }
a { background-color: rgb(32,141,223); }
div.DivClassName
{
background-color: #208DDF;
}
.BgClassName
{
background-color: #208DDF;
}
</style>
border-color css
<style>
span { border-color: #208DDF; }
span { border-color: rgb(32,141,223); }
td.TdClassName
{
border-color: #208DDF;
}
.TagClassName
{
border-color: #208DDF;
}
</style>