Shades of Dodger Blue #208BE6
Tints of Dodger Blue #208BE6
RGB
CMYK
RGB Variations
Color information
#208BE6 (or 0x208BE6) is known color: Dodger Blue. HEX triplet: 20, 8B and E6. RGB value is (32,139,230). Sum of RGB (Red+Green+Blue) = 32+139+230=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #208BE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208BE6 is #DF7419. Grayscale: #747474. Windows color (decimal): -14644250 or 15108896. OLE color: 15108896.
HSL color Cylindrical-coordinate representation of color #208BE6: hue angle of 207.58º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208BE6 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 139 | 230 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.10 |
| HSL | 207.58º | 0.8% | 0.51% | - |
| HSV(B) | 207.58º | 0.86% | 0.9% | - |
| XYZ | 24.11 | 24.49 | 78.32 | - |
| YUV | 117.38 | 191.55 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 230 | 0.86 | 0.40 | 0 | 0.10 | 207.58 | 0.8 | 0.51 |
| Hex | 20 | 8B | E6 | 56 | 28 | 0 | A | D0 | 50 | 33 |
| Octal | 40 | 213 | 346 | 126 | 50 | 0 | 12 | 320 | 120 | 63 |
| Binary | 100000 | 10001011 | 11100110 | 1010110 | 101000 | 0 | 1010 | 11010000 | 1010000 | 110011 |
Color Harmonies of #208BE6
Complementary color
Monochromatic Colors of #208BE6
Black with #208BE6
Text Example
Text Example
White with #208BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BE6; }
p { color: rgb(32,139,230); }
H1.HeaderClassName
{
color: #208BE6;
}
.AnyTagClassName
{
color: #208BE6;
}
</style>
background-color css
<style>
a { background-color: #208BE6; }
a { background-color: rgb(32,139,230); }
div.DivClassName
{
background-color: #208BE6;
}
.BgClassName
{
background-color: #208BE6;
}
</style>
border-color css
<style>
span { border-color: #208BE6; }
span { border-color: rgb(32,139,230); }
td.TdClassName
{
border-color: #208BE6;
}
.TagClassName
{
border-color: #208BE6;
}
</style>