Shades of Dodger Blue #108DF0
Tints of Dodger Blue #108DF0
RGB
CMYK
RGB Variations
Color information
#108DF0 (or 0x108DF0) is known color: Dodger Blue. HEX triplet: 10, 8D and F0. RGB value is (16,141,240). Sum of RGB (Red+Green+Blue) = 16+141+240=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #108DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108DF0 is #EF720F. Grayscale: #727272. Windows color (decimal): -15692304 or 15764752. OLE color: 15764752.
HSL color Cylindrical-coordinate representation of color #108DF0: hue angle of 206.52º degrees, saturation: 0.88, 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 #108DF0 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 141 | 240 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.06 |
| HSL | 206.52º | 0.88% | 0.5% | - |
| HSV(B) | 206.52º | 0.93% | 0.94% | - |
| XYZ | 25.47 | 25.45 | 86.01 | - |
| YUV | 114.91 | 198.59 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 240 | 0.93 | 0.41 | 0 | 0.06 | 206.52 | 0.88 | 0.5 |
| Hex | 10 | 8D | F0 | 5D | 29 | 0 | 6 | CF | 58 | 32 |
| Octal | 20 | 215 | 360 | 135 | 51 | 0 | 6 | 317 | 130 | 62 |
| Binary | 10000 | 10001101 | 11110000 | 1011101 | 101001 | 0 | 110 | 11001111 | 1011000 | 110010 |
Color Harmonies of #108DF0
Complementary color
Monochromatic Colors of #108DF0
Black with #108DF0
Text Example
Text Example
White with #108DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DF0; }
p { color: rgb(16,141,240); }
H1.HeaderClassName
{
color: #108DF0;
}
.AnyTagClassName
{
color: #108DF0;
}
</style>
background-color css
<style>
a { background-color: #108DF0; }
a { background-color: rgb(16,141,240); }
div.DivClassName
{
background-color: #108DF0;
}
.BgClassName
{
background-color: #108DF0;
}
</style>
border-color css
<style>
span { border-color: #108DF0; }
span { border-color: rgb(16,141,240); }
td.TdClassName
{
border-color: #108DF0;
}
.TagClassName
{
border-color: #108DF0;
}
</style>