Shades of Dodger Blue #108BEF
Tints of Dodger Blue #108BEF
RGB
CMYK
RGB Variations
Color information
#108BEF (or 0x108BEF) is known color: Dodger Blue. HEX triplet: 10, 8B and EF. RGB value is (16,139,239). Sum of RGB (Red+Green+Blue) = 16+139+239=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #108BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108BEF is #EF7410. Grayscale: #717171. Windows color (decimal): -15692817 or 15698704. OLE color: 15698704.
HSL color Cylindrical-coordinate representation of color #108BEF: hue angle of 206.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108BEF is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 139 | 239 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.06 |
| HSL | 206.91º | 0.87% | 0.5% | - |
| HSV(B) | 206.91º | 0.93% | 0.94% | - |
| XYZ | 25.03 | 24.81 | 85.13 | - |
| YUV | 113.62 | 198.75 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 239 | 0.93 | 0.42 | 0 | 0.06 | 206.91 | 0.87 | 0.5 |
| Hex | 10 | 8B | EF | 5D | 2A | 0 | 6 | CF | 57 | 32 |
| Octal | 20 | 213 | 357 | 135 | 52 | 0 | 6 | 317 | 127 | 62 |
| Binary | 10000 | 10001011 | 11101111 | 1011101 | 101010 | 0 | 110 | 11001111 | 1010111 | 110010 |
Color Harmonies of #108BEF
Complementary color
Monochromatic Colors of #108BEF
Black with #108BEF
Text Example
Text Example
White with #108BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BEF; }
p { color: rgb(16,139,239); }
H1.HeaderClassName
{
color: #108BEF;
}
.AnyTagClassName
{
color: #108BEF;
}
</style>
background-color css
<style>
a { background-color: #108BEF; }
a { background-color: rgb(16,139,239); }
div.DivClassName
{
background-color: #108BEF;
}
.BgClassName
{
background-color: #108BEF;
}
</style>
border-color css
<style>
span { border-color: #108BEF; }
span { border-color: rgb(16,139,239); }
td.TdClassName
{
border-color: #108BEF;
}
.TagClassName
{
border-color: #108BEF;
}
</style>