Shades of Dodger Blue #208AFF
Tints of Dodger Blue #208AFF
RGB
CMYK
RGB Variations
Color information
#208AFF (or 0x208AFF) is known color: Dodger Blue. HEX triplet: 20, 8A and FF. RGB value is (32,138,255). Sum of RGB (Red+Green+Blue) = 32+138+255=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #208AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208AFF is #DF7500. Grayscale: #777777. Windows color (decimal): -14644481 or 16747040. OLE color: 16747040.
HSL color Cylindrical-coordinate representation of color #208AFF: hue angle of 211.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #208AFF is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 138 | 255 | - |
| CMYK | 0.87 | 0.46 | 0 | 0 |
| HSL | 211.48º | 1% | 0.56% | - |
| HSV(B) | 211.48º | 0.87% | 1% | - |
| XYZ | 27.73 | 25.7 | 98.11 | - |
| YUV | 119.64 | 204.38 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 255 | 0.87 | 0.46 | 0 | 0 | 211.48 | 1 | 0.56 |
| Hex | 20 | 8A | FF | 57 | 2E | 0 | 0 | D3 | 64 | 38 |
| Octal | 40 | 212 | 377 | 127 | 56 | 0 | 0 | 323 | 144 | 70 |
| Binary | 100000 | 10001010 | 11111111 | 1010111 | 101110 | 0 | 0 | 11010011 | 1100100 | 111000 |
Color Harmonies of #208AFF
Complementary color
Monochromatic Colors of #208AFF
Black with #208AFF
Text Example
Text Example
White with #208AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208AFF; }
p { color: rgb(32,138,255); }
H1.HeaderClassName
{
color: #208AFF;
}
.AnyTagClassName
{
color: #208AFF;
}
</style>
background-color css
<style>
a { background-color: #208AFF; }
a { background-color: rgb(32,138,255); }
div.DivClassName
{
background-color: #208AFF;
}
.BgClassName
{
background-color: #208AFF;
}
</style>
border-color css
<style>
span { border-color: #208AFF; }
span { border-color: rgb(32,138,255); }
td.TdClassName
{
border-color: #208AFF;
}
.TagClassName
{
border-color: #208AFF;
}
</style>