Shades of Dodger Blue #108DDF
Tints of Dodger Blue #108DDF
RGB
CMYK
RGB Variations
Color information
#108DDF (or 0x108DDF) is known color: Dodger Blue. HEX triplet: 10, 8D and DF. RGB value is (16,141,223). Sum of RGB (Red+Green+Blue) = 16+141+223=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #108DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108DDF is #EF7220. Grayscale: #707070. Windows color (decimal): -15692321 or 14650640. OLE color: 14650640.
HSL color Cylindrical-coordinate representation of color #108DDF: hue angle of 203.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108DDF is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 141 | 223 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.13 |
| HSL | 203.77º | 0.87% | 0.47% | - |
| HSV(B) | 203.77º | 0.93% | 0.87% | - |
| XYZ | 23.06 | 24.49 | 73.32 | - |
| YUV | 112.97 | 190.09 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 223 | 0.93 | 0.37 | 0 | 0.13 | 203.77 | 0.87 | 0.47 |
| Hex | 10 | 8D | DF | 5D | 25 | 0 | D | CC | 57 | 2F |
| Octal | 20 | 215 | 337 | 135 | 45 | 0 | 15 | 314 | 127 | 57 |
| Binary | 10000 | 10001101 | 11011111 | 1011101 | 100101 | 0 | 1101 | 11001100 | 1010111 | 101111 |
Color Harmonies of #108DDF
Complementary color
Monochromatic Colors of #108DDF
Black with #108DDF
Text Example
Text Example
White with #108DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DDF; }
p { color: rgb(16,141,223); }
H1.HeaderClassName
{
color: #108DDF;
}
.AnyTagClassName
{
color: #108DDF;
}
</style>
background-color css
<style>
a { background-color: #108DDF; }
a { background-color: rgb(16,141,223); }
div.DivClassName
{
background-color: #108DDF;
}
.BgClassName
{
background-color: #108DDF;
}
</style>
border-color css
<style>
span { border-color: #108DDF; }
span { border-color: rgb(16,141,223); }
td.TdClassName
{
border-color: #108DDF;
}
.TagClassName
{
border-color: #108DDF;
}
</style>