Shades of Dodger Blue #108DFF
Tints of Dodger Blue #108DFF
RGB
CMYK
RGB Variations
Color information
#108DFF (or 0x108DFF) is known color: Dodger Blue. HEX triplet: 10, 8D and FF. RGB value is (16,141,255). Sum of RGB (Red+Green+Blue) = 16+141+255=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #108DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108DFF is #EF7200. Grayscale: #747474. Windows color (decimal): -15692289 or 16747792. OLE color: 16747792.
HSL color Cylindrical-coordinate representation of color #108DFF: hue angle of 208.62º 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 #108DFF is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 141 | 255 | - |
| CMYK | 0.94 | 0.45 | 0 | 0 |
| HSL | 208.62º | 1% | 0.53% | - |
| HSV(B) | 208.62º | 0.94% | 1% | - |
| XYZ | 27.79 | 26.38 | 98.23 | - |
| YUV | 116.62 | 206.09 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 255 | 0.94 | 0.45 | 0 | 0 | 208.62 | 1 | 0.53 |
| Hex | 10 | 8D | FF | 5E | 2D | 0 | 0 | D1 | 64 | 35 |
| Octal | 20 | 215 | 377 | 136 | 55 | 0 | 0 | 321 | 144 | 65 |
| Binary | 10000 | 10001101 | 11111111 | 1011110 | 101101 | 0 | 0 | 11010001 | 1100100 | 110101 |
Color Harmonies of #108DFF
Complementary color
Monochromatic Colors of #108DFF
Black with #108DFF
Text Example
Text Example
White with #108DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DFF; }
p { color: rgb(16,141,255); }
H1.HeaderClassName
{
color: #108DFF;
}
.AnyTagClassName
{
color: #108DFF;
}
</style>
background-color css
<style>
a { background-color: #108DFF; }
a { background-color: rgb(16,141,255); }
div.DivClassName
{
background-color: #108DFF;
}
.BgClassName
{
background-color: #108DFF;
}
</style>
border-color css
<style>
span { border-color: #108DFF; }
span { border-color: rgb(16,141,255); }
td.TdClassName
{
border-color: #108DFF;
}
.TagClassName
{
border-color: #108DFF;
}
</style>