Shades of Dodger Blue #208BE8
Tints of Dodger Blue #208BE8
RGB
CMYK
RGB Variations
Color information
#208BE8 (or 0x208BE8) is known color: Dodger Blue. HEX triplet: 20, 8B and E8. RGB value is (32,139,232). Sum of RGB (Red+Green+Blue) = 32+139+232=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #208BE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208BE8 is #DF7417. Grayscale: #757575. Windows color (decimal): -14644248 or 15239968. OLE color: 15239968.
HSL color Cylindrical-coordinate representation of color #208BE8: hue angle of 207.9º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208BE8 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 139 | 232 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.09 |
| HSL | 207.9º | 0.81% | 0.52% | - |
| HSV(B) | 207.9º | 0.86% | 0.91% | - |
| XYZ | 24.39 | 24.6 | 79.81 | - |
| YUV | 117.61 | 192.55 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 232 | 0.86 | 0.40 | 0 | 0.09 | 207.9 | 0.81 | 0.52 |
| Hex | 20 | 8B | E8 | 56 | 28 | 0 | 9 | D0 | 51 | 34 |
| Octal | 40 | 213 | 350 | 126 | 50 | 0 | 11 | 320 | 121 | 64 |
| Binary | 100000 | 10001011 | 11101000 | 1010110 | 101000 | 0 | 1001 | 11010000 | 1010001 | 110100 |
Color Harmonies of #208BE8
Complementary color
Monochromatic Colors of #208BE8
Black with #208BE8
Text Example
Text Example
White with #208BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BE8; }
p { color: rgb(32,139,232); }
H1.HeaderClassName
{
color: #208BE8;
}
.AnyTagClassName
{
color: #208BE8;
}
</style>
background-color css
<style>
a { background-color: #208BE8; }
a { background-color: rgb(32,139,232); }
div.DivClassName
{
background-color: #208BE8;
}
.BgClassName
{
background-color: #208BE8;
}
</style>
border-color css
<style>
span { border-color: #208BE8; }
span { border-color: rgb(32,139,232); }
td.TdClassName
{
border-color: #208BE8;
}
.TagClassName
{
border-color: #208BE8;
}
</style>