Shades of Dodger Blue #108EF1
Tints of Dodger Blue #108EF1
RGB
CMYK
RGB Variations
Color information
#108EF1 (or 0x108EF1) is known color: Dodger Blue. HEX triplet: 10, 8E and F1. RGB value is (16,142,241). Sum of RGB (Red+Green+Blue) = 16+142+241=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #108EF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108EF1 is #EF710E. Grayscale: #737373. Windows color (decimal): -15692047 or 15830544. OLE color: 15830544.
HSL color Cylindrical-coordinate representation of color #108EF1: hue angle of 206.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108EF1 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 142 | 241 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.05 |
| HSL | 206.4º | 0.89% | 0.5% | - |
| HSV(B) | 206.4º | 0.93% | 0.95% | - |
| XYZ | 25.76 | 25.81 | 86.84 | - |
| YUV | 115.61 | 198.76 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 241 | 0.93 | 0.41 | 0 | 0.05 | 206.4 | 0.89 | 0.5 |
| Hex | 10 | 8E | F1 | 5D | 29 | 0 | 5 | CE | 59 | 32 |
| Octal | 20 | 216 | 361 | 135 | 51 | 0 | 5 | 316 | 131 | 62 |
| Binary | 10000 | 10001110 | 11110001 | 1011101 | 101001 | 0 | 101 | 11001110 | 1011001 | 110010 |
Color Harmonies of #108EF1
Complementary color
Monochromatic Colors of #108EF1
Black with #108EF1
Text Example
Text Example
White with #108EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108EF1; }
p { color: rgb(16,142,241); }
H1.HeaderClassName
{
color: #108EF1;
}
.AnyTagClassName
{
color: #108EF1;
}
</style>
background-color css
<style>
a { background-color: #108EF1; }
a { background-color: rgb(16,142,241); }
div.DivClassName
{
background-color: #108EF1;
}
.BgClassName
{
background-color: #108EF1;
}
</style>
border-color css
<style>
span { border-color: #108EF1; }
span { border-color: rgb(16,142,241); }
td.TdClassName
{
border-color: #108EF1;
}
.TagClassName
{
border-color: #108EF1;
}
</style>