Shades of Dodger Blue #208BDA
Tints of Dodger Blue #208BDA
RGB
CMYK
RGB Variations
Color information
#208BDA (or 0x208BDA) is known color: Dodger Blue. HEX triplet: 20, 8B and DA. RGB value is (32,139,218). Sum of RGB (Red+Green+Blue) = 32+139+218=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #208BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BDA is #DF7425. Grayscale: #737373. Windows color (decimal): -14644262 or 14322464. OLE color: 14322464.
HSL color Cylindrical-coordinate representation of color #208BDA: hue angle of 205.48º 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 #208BDA is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 139 | 218 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.15 |
| HSL | 205.48º | 0.74% | 0.49% | - |
| HSV(B) | 205.48º | 0.85% | 0.85% | - |
| XYZ | 22.48 | 23.83 | 69.75 | - |
| YUV | 116.01 | 185.55 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 218 | 0.85 | 0.36 | 0 | 0.15 | 205.48 | 0.74 | 0.49 |
| Hex | 20 | 8B | DA | 55 | 24 | 0 | F | CD | 4A | 31 |
| Octal | 40 | 213 | 332 | 125 | 44 | 0 | 17 | 315 | 112 | 61 |
| Binary | 100000 | 10001011 | 11011010 | 1010101 | 100100 | 0 | 1111 | 11001101 | 1001010 | 110001 |
Color Harmonies of #208BDA
Complementary color
Monochromatic Colors of #208BDA
Black with #208BDA
Text Example
Text Example
White with #208BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BDA; }
p { color: rgb(32,139,218); }
H1.HeaderClassName
{
color: #208BDA;
}
.AnyTagClassName
{
color: #208BDA;
}
</style>
background-color css
<style>
a { background-color: #208BDA; }
a { background-color: rgb(32,139,218); }
div.DivClassName
{
background-color: #208BDA;
}
.BgClassName
{
background-color: #208BDA;
}
</style>
border-color css
<style>
span { border-color: #208BDA; }
span { border-color: rgb(32,139,218); }
td.TdClassName
{
border-color: #208BDA;
}
.TagClassName
{
border-color: #208BDA;
}
</style>