Shades of Dodger Blue #108ADE
Tints of Dodger Blue #108ADE
RGB
CMYK
RGB Variations
Color information
#108ADE (or 0x108ADE) is known color: Dodger Blue. HEX triplet: 10, 8A and DE. RGB value is (16,138,222). Sum of RGB (Red+Green+Blue) = 16+138+222=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #108ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108ADE is #EF7521. Grayscale: #6E6E6E. Windows color (decimal): -15693090 or 14584336. OLE color: 14584336.
HSL color Cylindrical-coordinate representation of color #108ADE: hue angle of 204.47º 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 #108ADE is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 138 | 222 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.13 |
| HSL | 204.47º | 0.87% | 0.47% | - |
| HSV(B) | 204.47º | 0.93% | 0.87% | - |
| XYZ | 22.49 | 23.56 | 72.47 | - |
| YUV | 111.1 | 190.58 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 138 | 222 | 0.93 | 0.38 | 0 | 0.13 | 204.47 | 0.87 | 0.47 |
| Hex | 10 | 8A | DE | 5D | 26 | 0 | D | CC | 57 | 2F |
| Octal | 20 | 212 | 336 | 135 | 46 | 0 | 15 | 314 | 127 | 57 |
| Binary | 10000 | 10001010 | 11011110 | 1011101 | 100110 | 0 | 1101 | 11001100 | 1010111 | 101111 |
Color Harmonies of #108ADE
Complementary color
Monochromatic Colors of #108ADE
Black with #108ADE
Text Example
Text Example
White with #108ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108ADE; }
p { color: rgb(16,138,222); }
H1.HeaderClassName
{
color: #108ADE;
}
.AnyTagClassName
{
color: #108ADE;
}
</style>
background-color css
<style>
a { background-color: #108ADE; }
a { background-color: rgb(16,138,222); }
div.DivClassName
{
background-color: #108ADE;
}
.BgClassName
{
background-color: #108ADE;
}
</style>
border-color css
<style>
span { border-color: #108ADE; }
span { border-color: rgb(16,138,222); }
td.TdClassName
{
border-color: #108ADE;
}
.TagClassName
{
border-color: #108ADE;
}
</style>