Shades of Dodger Blue #208FDC
Tints of Dodger Blue #208FDC
RGB
CMYK
RGB Variations
Color information
#208FDC (or 0x208FDC) is known color: Dodger Blue. HEX triplet: 20, 8F and DC. RGB value is (32,143,220). Sum of RGB (Red+Green+Blue) = 32+143+220=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #208FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208FDC is #DF7023. Grayscale: #767676. Windows color (decimal): -14643236 or 14454560. OLE color: 14454560.
HSL color Cylindrical-coordinate representation of color #208FDC: hue angle of 204.57º 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 #208FDC is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 143 | 220 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.14 |
| HSL | 204.57º | 0.75% | 0.49% | - |
| HSV(B) | 204.57º | 0.85% | 0.86% | - |
| XYZ | 23.34 | 25.12 | 71.33 | - |
| YUV | 118.59 | 185.23 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 220 | 0.85 | 0.35 | 0 | 0.14 | 204.57 | 0.75 | 0.49 |
| Hex | 20 | 8F | DC | 55 | 23 | 0 | E | CD | 4B | 31 |
| Octal | 40 | 217 | 334 | 125 | 43 | 0 | 16 | 315 | 113 | 61 |
| Binary | 100000 | 10001111 | 11011100 | 1010101 | 100011 | 0 | 1110 | 11001101 | 1001011 | 110001 |
Color Harmonies of #208FDC
Complementary color
Monochromatic Colors of #208FDC
Black with #208FDC
Text Example
Text Example
White with #208FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208FDC; }
p { color: rgb(32,143,220); }
H1.HeaderClassName
{
color: #208FDC;
}
.AnyTagClassName
{
color: #208FDC;
}
</style>
background-color css
<style>
a { background-color: #208FDC; }
a { background-color: rgb(32,143,220); }
div.DivClassName
{
background-color: #208FDC;
}
.BgClassName
{
background-color: #208FDC;
}
</style>
border-color css
<style>
span { border-color: #208FDC; }
span { border-color: rgb(32,143,220); }
td.TdClassName
{
border-color: #208FDC;
}
.TagClassName
{
border-color: #208FDC;
}
</style>