Shades of Dodger Blue #108CDD
Tints of Dodger Blue #108CDD
RGB
CMYK
RGB Variations
Color information
#108CDD (or 0x108CDD) is known color: Dodger Blue. HEX triplet: 10, 8C and DD. RGB value is (16,140,221). Sum of RGB (Red+Green+Blue) = 16+140+221=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #108CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108CDD is #EF7322. Grayscale: #6F6F6F. Windows color (decimal): -15692579 or 14519312. OLE color: 14519312.
HSL color Cylindrical-coordinate representation of color #108CDD: hue angle of 203.71º 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 #108CDD is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 140 | 221 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.13 |
| HSL | 203.71º | 0.86% | 0.46% | - |
| HSV(B) | 203.71º | 0.93% | 0.87% | - |
| XYZ | 22.64 | 24.09 | 71.86 | - |
| YUV | 112.16 | 189.42 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 221 | 0.93 | 0.37 | 0 | 0.13 | 203.71 | 0.86 | 0.46 |
| Hex | 10 | 8C | DD | 5D | 25 | 0 | D | CC | 56 | 2E |
| Octal | 20 | 214 | 335 | 135 | 45 | 0 | 15 | 314 | 126 | 56 |
| Binary | 10000 | 10001100 | 11011101 | 1011101 | 100101 | 0 | 1101 | 11001100 | 1010110 | 101110 |
Color Harmonies of #108CDD
Complementary color
Monochromatic Colors of #108CDD
Black with #108CDD
Text Example
Text Example
White with #108CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108CDD; }
p { color: rgb(16,140,221); }
H1.HeaderClassName
{
color: #108CDD;
}
.AnyTagClassName
{
color: #108CDD;
}
</style>
background-color css
<style>
a { background-color: #108CDD; }
a { background-color: rgb(16,140,221); }
div.DivClassName
{
background-color: #108CDD;
}
.BgClassName
{
background-color: #108CDD;
}
</style>
border-color css
<style>
span { border-color: #108CDD; }
span { border-color: rgb(16,140,221); }
td.TdClassName
{
border-color: #108CDD;
}
.TagClassName
{
border-color: #108CDD;
}
</style>