Shades of Dodger Blue #208ADF
Tints of Dodger Blue #208ADF
RGB
CMYK
RGB Variations
Color information
#208ADF (or 0x208ADF) is known color: Dodger Blue. HEX triplet: 20, 8A and DF. RGB value is (32,138,223). Sum of RGB (Red+Green+Blue) = 32+138+223=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #208ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ADF is #DF7520. Grayscale: #737373. Windows color (decimal): -14644513 or 14649888. OLE color: 14649888.
HSL color Cylindrical-coordinate representation of color #208ADF: hue angle of 206.7º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208ADF is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 138 | 223 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.13 |
| HSL | 206.7º | 0.75% | 0.5% | - |
| HSV(B) | 206.7º | 0.86% | 0.87% | - |
| XYZ | 23 | 23.81 | 73.2 | - |
| YUV | 116 | 188.38 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 223 | 0.86 | 0.38 | 0 | 0.13 | 206.7 | 0.75 | 0.5 |
| Hex | 20 | 8A | DF | 56 | 26 | 0 | D | CF | 4B | 32 |
| Octal | 40 | 212 | 337 | 126 | 46 | 0 | 15 | 317 | 113 | 62 |
| Binary | 100000 | 10001010 | 11011111 | 1010110 | 100110 | 0 | 1101 | 11001111 | 1001011 | 110010 |
Color Harmonies of #208ADF
Complementary color
Monochromatic Colors of #208ADF
Black with #208ADF
Text Example
Text Example
White with #208ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208ADF; }
p { color: rgb(32,138,223); }
H1.HeaderClassName
{
color: #208ADF;
}
.AnyTagClassName
{
color: #208ADF;
}
</style>
background-color css
<style>
a { background-color: #208ADF; }
a { background-color: rgb(32,138,223); }
div.DivClassName
{
background-color: #208ADF;
}
.BgClassName
{
background-color: #208ADF;
}
</style>
border-color css
<style>
span { border-color: #208ADF; }
span { border-color: rgb(32,138,223); }
td.TdClassName
{
border-color: #208ADF;
}
.TagClassName
{
border-color: #208ADF;
}
</style>