Shades of Dodger Blue #108DED
Tints of Dodger Blue #108DED
RGB
CMYK
RGB Variations
Color information
#108DED (or 0x108DED) is known color: Dodger Blue. HEX triplet: 10, 8D and ED. RGB value is (16,141,237). Sum of RGB (Red+Green+Blue) = 16+141+237=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #108DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108DED is #EF7212. Grayscale: #727272. Windows color (decimal): -15692307 or 15568144. OLE color: 15568144.
HSL color Cylindrical-coordinate representation of color #108DED: hue angle of 206.06º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108DED is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 141 | 237 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.07 |
| HSL | 206.06º | 0.87% | 0.5% | - |
| HSV(B) | 206.06º | 0.93% | 0.93% | - |
| XYZ | 25.02 | 25.27 | 83.68 | - |
| YUV | 114.57 | 197.09 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 237 | 0.93 | 0.41 | 0 | 0.07 | 206.06 | 0.87 | 0.5 |
| Hex | 10 | 8D | ED | 5D | 29 | 0 | 7 | CE | 57 | 32 |
| Octal | 20 | 215 | 355 | 135 | 51 | 0 | 7 | 316 | 127 | 62 |
| Binary | 10000 | 10001101 | 11101101 | 1011101 | 101001 | 0 | 111 | 11001110 | 1010111 | 110010 |
Color Harmonies of #108DED
Complementary color
Monochromatic Colors of #108DED
Black with #108DED
Text Example
Text Example
White with #108DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DED; }
p { color: rgb(16,141,237); }
H1.HeaderClassName
{
color: #108DED;
}
.AnyTagClassName
{
color: #108DED;
}
</style>
background-color css
<style>
a { background-color: #108DED; }
a { background-color: rgb(16,141,237); }
div.DivClassName
{
background-color: #108DED;
}
.BgClassName
{
background-color: #108DED;
}
</style>
border-color css
<style>
span { border-color: #108DED; }
span { border-color: rgb(16,141,237); }
td.TdClassName
{
border-color: #108DED;
}
.TagClassName
{
border-color: #108DED;
}
</style>