Shades of Dodger Blue #108ADD
Tints of Dodger Blue #108ADD
RGB
CMYK
RGB Variations
Color information
#108ADD (or 0x108ADD) is known color: Dodger Blue. HEX triplet: 10, 8A and DD. RGB value is (16,138,221). Sum of RGB (Red+Green+Blue) = 16+138+221=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #108ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108ADD is #EF7522. Grayscale: #6E6E6E. Windows color (decimal): -15693091 or 14518800. OLE color: 14518800.
HSL color Cylindrical-coordinate representation of color #108ADD: hue angle of 204.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108ADD is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 138 | 221 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.13 |
| HSL | 204.29º | 0.86% | 0.46% | - |
| HSV(B) | 204.29º | 0.93% | 0.87% | - |
| XYZ | 22.35 | 23.51 | 71.77 | - |
| YUV | 110.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 138 | 221 | 0.93 | 0.38 | 0 | 0.13 | 204.29 | 0.86 | 0.46 |
| Hex | 10 | 8A | DD | 5D | 26 | 0 | D | CC | 56 | 2E |
| Octal | 20 | 212 | 335 | 135 | 46 | 0 | 15 | 314 | 126 | 56 |
| Binary | 10000 | 10001010 | 11011101 | 1011101 | 100110 | 0 | 1101 | 11001100 | 1010110 | 101110 |
Color Harmonies of #108ADD
Complementary color
Monochromatic Colors of #108ADD
Black with #108ADD
Text Example
Text Example
White with #108ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108ADD; }
p { color: rgb(16,138,221); }
H1.HeaderClassName
{
color: #108ADD;
}
.AnyTagClassName
{
color: #108ADD;
}
</style>
background-color css
<style>
a { background-color: #108ADD; }
a { background-color: rgb(16,138,221); }
div.DivClassName
{
background-color: #108ADD;
}
.BgClassName
{
background-color: #108ADD;
}
</style>
border-color css
<style>
span { border-color: #108ADD; }
span { border-color: rgb(16,138,221); }
td.TdClassName
{
border-color: #108ADD;
}
.TagClassName
{
border-color: #108ADD;
}
</style>