Shades of Dodger Blue #208DFB
Tints of Dodger Blue #208DFB
RGB
CMYK
RGB Variations
Color information
#208DFB (or 0x208DFB) is known color: Dodger Blue. HEX triplet: 20, 8D and FB. RGB value is (32,141,251). Sum of RGB (Red+Green+Blue) = 32+141+251=424 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.55% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #208DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208DFB is #DF7204. Grayscale: #787878. Windows color (decimal): -14643717 or 16485664. OLE color: 16485664.
HSL color Cylindrical-coordinate representation of color #208DFB: hue angle of 210.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #208DFB is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 141 | 251 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.02 |
| HSL | 210.14º | 0.96% | 0.55% | - |
| HSV(B) | 210.14º | 0.87% | 0.98% | - |
| XYZ | 27.53 | 26.32 | 94.9 | - |
| YUV | 120.95 | 201.39 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 251 | 0.87 | 0.44 | 0 | 0.02 | 210.14 | 0.96 | 0.55 |
| Hex | 20 | 8D | FB | 57 | 2C | 0 | 2 | D2 | 60 | 37 |
| Octal | 40 | 215 | 373 | 127 | 54 | 0 | 2 | 322 | 140 | 67 |
| Binary | 100000 | 10001101 | 11111011 | 1010111 | 101100 | 0 | 10 | 11010010 | 1100000 | 110111 |
Color Harmonies of #208DFB
Complementary color
Monochromatic Colors of #208DFB
Black with #208DFB
Text Example
Text Example
White with #208DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208DFB; }
p { color: rgb(32,141,251); }
H1.HeaderClassName
{
color: #208DFB;
}
.AnyTagClassName
{
color: #208DFB;
}
</style>
background-color css
<style>
a { background-color: #208DFB; }
a { background-color: rgb(32,141,251); }
div.DivClassName
{
background-color: #208DFB;
}
.BgClassName
{
background-color: #208DFB;
}
</style>
border-color css
<style>
span { border-color: #208DFB; }
span { border-color: rgb(32,141,251); }
td.TdClassName
{
border-color: #208DFB;
}
.TagClassName
{
border-color: #208DFB;
}
</style>