Shades of Dodger Blue #208BE2
Tints of Dodger Blue #208BE2
RGB
CMYK
RGB Variations
Color information
#208BE2 (or 0x208BE2) is known color: Dodger Blue. HEX triplet: 20, 8B and E2. RGB value is (32,139,226). Sum of RGB (Red+Green+Blue) = 32+139+226=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 226 (88.67% from 255 or 56.93% from 397); Max value from RGB is 226 - color contains mainly: blue. Hex color #208BE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BE2 is #DF741D. Grayscale: #747474. Windows color (decimal): -14644254 or 14846752. OLE color: 14846752.
HSL color Cylindrical-coordinate representation of color #208BE2: hue angle of 206.91º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208BE2 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 139 | 226 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.11 |
| HSL | 206.91º | 0.77% | 0.51% | - |
| HSV(B) | 206.91º | 0.86% | 0.89% | - |
| XYZ | 23.56 | 24.26 | 75.39 | - |
| YUV | 116.93 | 189.55 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 226 | 0.86 | 0.38 | 0 | 0.11 | 206.91 | 0.77 | 0.51 |
| Hex | 20 | 8B | E2 | 56 | 26 | 0 | B | CF | 4D | 33 |
| Octal | 40 | 213 | 342 | 126 | 46 | 0 | 13 | 317 | 115 | 63 |
| Binary | 100000 | 10001011 | 11100010 | 1010110 | 100110 | 0 | 1011 | 11001111 | 1001101 | 110011 |
Color Harmonies of #208BE2
Complementary color
Monochromatic Colors of #208BE2
Black with #208BE2
Text Example
Text Example
White with #208BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BE2; }
p { color: rgb(32,139,226); }
H1.HeaderClassName
{
color: #208BE2;
}
.AnyTagClassName
{
color: #208BE2;
}
</style>
background-color css
<style>
a { background-color: #208BE2; }
a { background-color: rgb(32,139,226); }
div.DivClassName
{
background-color: #208BE2;
}
.BgClassName
{
background-color: #208BE2;
}
</style>
border-color css
<style>
span { border-color: #208BE2; }
span { border-color: rgb(32,139,226); }
td.TdClassName
{
border-color: #208BE2;
}
.TagClassName
{
border-color: #208BE2;
}
</style>