Shades of Dodger Blue #108EFF
Tints of Dodger Blue #108EFF
RGB
CMYK
RGB Variations
Color information
#108EFF (or 0x108EFF) is known color: Dodger Blue. HEX triplet: 10, 8E and FF. RGB value is (16,142,255). Sum of RGB (Red+Green+Blue) = 16+142+255=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #108EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108EFF is #EF7100. Grayscale: #747474. Windows color (decimal): -15692033 or 16748048. OLE color: 16748048.
HSL color Cylindrical-coordinate representation of color #108EFF: hue angle of 208.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #108EFF is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 142 | 255 | - |
| CMYK | 0.94 | 0.44 | 0 | 0 |
| HSL | 208.37º | 1% | 0.53% | - |
| HSV(B) | 208.37º | 0.94% | 1% | - |
| XYZ | 27.94 | 26.68 | 98.28 | - |
| YUV | 117.21 | 205.76 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 255 | 0.94 | 0.44 | 0 | 0 | 208.37 | 1 | 0.53 |
| Hex | 10 | 8E | FF | 5E | 2C | 0 | 0 | D0 | 64 | 35 |
| Octal | 20 | 216 | 377 | 136 | 54 | 0 | 0 | 320 | 144 | 65 |
| Binary | 10000 | 10001110 | 11111111 | 1011110 | 101100 | 0 | 0 | 11010000 | 1100100 | 110101 |
Color Harmonies of #108EFF
Complementary color
Monochromatic Colors of #108EFF
Black with #108EFF
Text Example
Text Example
White with #108EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108EFF; }
p { color: rgb(16,142,255); }
H1.HeaderClassName
{
color: #108EFF;
}
.AnyTagClassName
{
color: #108EFF;
}
</style>
background-color css
<style>
a { background-color: #108EFF; }
a { background-color: rgb(16,142,255); }
div.DivClassName
{
background-color: #108EFF;
}
.BgClassName
{
background-color: #108EFF;
}
</style>
border-color css
<style>
span { border-color: #108EFF; }
span { border-color: rgb(16,142,255); }
td.TdClassName
{
border-color: #108EFF;
}
.TagClassName
{
border-color: #108EFF;
}
</style>