Shades of Dodger Blue #108EE5
Tints of Dodger Blue #108EE5
RGB
CMYK
RGB Variations
Color information
#108EE5 (or 0x108EE5) is known color: Dodger Blue. HEX triplet: 10, 8E and E5. RGB value is (16,142,229). Sum of RGB (Red+Green+Blue) = 16+142+229=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #108EE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108EE5 is #EF711A. Grayscale: #717171. Windows color (decimal): -15692059 or 15044112. OLE color: 15044112.
HSL color Cylindrical-coordinate representation of color #108EE5: hue angle of 204.51º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108EE5 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 142 | 229 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.10 |
| HSL | 204.51º | 0.87% | 0.48% | - |
| HSV(B) | 204.51º | 0.93% | 0.9% | - |
| XYZ | 24.03 | 25.11 | 77.71 | - |
| YUV | 114.24 | 192.76 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 229 | 0.93 | 0.38 | 0 | 0.10 | 204.51 | 0.87 | 0.48 |
| Hex | 10 | 8E | E5 | 5D | 26 | 0 | A | CD | 57 | 30 |
| Octal | 20 | 216 | 345 | 135 | 46 | 0 | 12 | 315 | 127 | 60 |
| Binary | 10000 | 10001110 | 11100101 | 1011101 | 100110 | 0 | 1010 | 11001101 | 1010111 | 110000 |
Color Harmonies of #108EE5
Complementary color
Monochromatic Colors of #108EE5
Black with #108EE5
Text Example
Text Example
White with #108EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108EE5; }
p { color: rgb(16,142,229); }
H1.HeaderClassName
{
color: #108EE5;
}
.AnyTagClassName
{
color: #108EE5;
}
</style>
background-color css
<style>
a { background-color: #108EE5; }
a { background-color: rgb(16,142,229); }
div.DivClassName
{
background-color: #108EE5;
}
.BgClassName
{
background-color: #108EE5;
}
</style>
border-color css
<style>
span { border-color: #108EE5; }
span { border-color: rgb(16,142,229); }
td.TdClassName
{
border-color: #108EE5;
}
.TagClassName
{
border-color: #108EE5;
}
</style>