Shades of Dodger Blue #108BEB
Tints of Dodger Blue #108BEB
RGB
CMYK
RGB Variations
Color information
#108BEB (or 0x108BEB) is known color: Dodger Blue. HEX triplet: 10, 8B and EB. RGB value is (16,139,235). Sum of RGB (Red+Green+Blue) = 16+139+235=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #108BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108BEB is #EF7414. Grayscale: #707070. Windows color (decimal): -15692821 or 15436560. OLE color: 15436560.
HSL color Cylindrical-coordinate representation of color #108BEB: hue angle of 206.3º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108BEB is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 139 | 235 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.08 |
| HSL | 206.3º | 0.87% | 0.49% | - |
| HSV(B) | 206.3º | 0.93% | 0.92% | - |
| XYZ | 24.44 | 24.57 | 82.05 | - |
| YUV | 113.17 | 196.75 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 235 | 0.93 | 0.41 | 0 | 0.08 | 206.3 | 0.87 | 0.49 |
| Hex | 10 | 8B | EB | 5D | 29 | 0 | 8 | CE | 57 | 31 |
| Octal | 20 | 213 | 353 | 135 | 51 | 0 | 10 | 316 | 127 | 61 |
| Binary | 10000 | 10001011 | 11101011 | 1011101 | 101001 | 0 | 1000 | 11001110 | 1010111 | 110001 |
Color Harmonies of #108BEB
Complementary color
Monochromatic Colors of #108BEB
Black with #108BEB
Text Example
Text Example
White with #108BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BEB; }
p { color: rgb(16,139,235); }
H1.HeaderClassName
{
color: #108BEB;
}
.AnyTagClassName
{
color: #108BEB;
}
</style>
background-color css
<style>
a { background-color: #108BEB; }
a { background-color: rgb(16,139,235); }
div.DivClassName
{
background-color: #108BEB;
}
.BgClassName
{
background-color: #108BEB;
}
</style>
border-color css
<style>
span { border-color: #108BEB; }
span { border-color: rgb(16,139,235); }
td.TdClassName
{
border-color: #108BEB;
}
.TagClassName
{
border-color: #108BEB;
}
</style>