Shades of Dodger Blue #108BED
Tints of Dodger Blue #108BED
RGB
CMYK
RGB Variations
Color information
#108BED (or 0x108BED) is known color: Dodger Blue. HEX triplet: 10, 8B and ED. RGB value is (16,139,237). Sum of RGB (Red+Green+Blue) = 16+139+237=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #108BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108BED is #EF7412. Grayscale: #707070. Windows color (decimal): -15692819 or 15567632. OLE color: 15567632.
HSL color Cylindrical-coordinate representation of color #108BED: hue angle of 206.61º 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 #108BED is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 139 | 237 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.07 |
| HSL | 206.61º | 0.87% | 0.5% | - |
| HSV(B) | 206.61º | 0.93% | 0.93% | - |
| XYZ | 24.73 | 24.69 | 83.58 | - |
| YUV | 113.4 | 197.75 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 237 | 0.93 | 0.41 | 0 | 0.07 | 206.61 | 0.87 | 0.5 |
| Hex | 10 | 8B | ED | 5D | 29 | 0 | 7 | CF | 57 | 32 |
| Octal | 20 | 213 | 355 | 135 | 51 | 0 | 7 | 317 | 127 | 62 |
| Binary | 10000 | 10001011 | 11101101 | 1011101 | 101001 | 0 | 111 | 11001111 | 1010111 | 110010 |
Color Harmonies of #108BED
Complementary color
Monochromatic Colors of #108BED
Black with #108BED
Text Example
Text Example
White with #108BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BED; }
p { color: rgb(16,139,237); }
H1.HeaderClassName
{
color: #108BED;
}
.AnyTagClassName
{
color: #108BED;
}
</style>
background-color css
<style>
a { background-color: #108BED; }
a { background-color: rgb(16,139,237); }
div.DivClassName
{
background-color: #108BED;
}
.BgClassName
{
background-color: #108BED;
}
</style>
border-color css
<style>
span { border-color: #108BED; }
span { border-color: rgb(16,139,237); }
td.TdClassName
{
border-color: #108BED;
}
.TagClassName
{
border-color: #108BED;
}
</style>