Shades of Dodger Blue #108BEE
Tints of Dodger Blue #108BEE
RGB
CMYK
RGB Variations
Color information
#108BEE (or 0x108BEE) is known color: Dodger Blue. HEX triplet: 10, 8B and EE. RGB value is (16,139,238). Sum of RGB (Red+Green+Blue) = 16+139+238=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #108BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108BEE is #EF7411. Grayscale: #707070. Windows color (decimal): -15692818 or 15633168. OLE color: 15633168.
HSL color Cylindrical-coordinate representation of color #108BEE: hue angle of 206.76º 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 #108BEE is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 139 | 238 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.07 |
| HSL | 206.76º | 0.87% | 0.5% | - |
| HSV(B) | 206.76º | 0.93% | 0.93% | - |
| XYZ | 24.88 | 24.75 | 84.35 | - |
| YUV | 113.51 | 198.25 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 238 | 0.93 | 0.42 | 0 | 0.07 | 206.76 | 0.87 | 0.5 |
| Hex | 10 | 8B | EE | 5D | 2A | 0 | 7 | CF | 57 | 32 |
| Octal | 20 | 213 | 356 | 135 | 52 | 0 | 7 | 317 | 127 | 62 |
| Binary | 10000 | 10001011 | 11101110 | 1011101 | 101010 | 0 | 111 | 11001111 | 1010111 | 110010 |
Color Harmonies of #108BEE
Complementary color
Monochromatic Colors of #108BEE
Black with #108BEE
Text Example
Text Example
White with #108BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BEE; }
p { color: rgb(16,139,238); }
H1.HeaderClassName
{
color: #108BEE;
}
.AnyTagClassName
{
color: #108BEE;
}
</style>
background-color css
<style>
a { background-color: #108BEE; }
a { background-color: rgb(16,139,238); }
div.DivClassName
{
background-color: #108BEE;
}
.BgClassName
{
background-color: #108BEE;
}
</style>
border-color css
<style>
span { border-color: #108BEE; }
span { border-color: rgb(16,139,238); }
td.TdClassName
{
border-color: #108BEE;
}
.TagClassName
{
border-color: #108BEE;
}
</style>