Shades of Dodger Blue #108BF1
Tints of Dodger Blue #108BF1
RGB
CMYK
RGB Variations
Color information
#108BF1 (or 0x108BF1) is known color: Dodger Blue. HEX triplet: 10, 8B and F1. RGB value is (16,139,241). Sum of RGB (Red+Green+Blue) = 16+139+241=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #108BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108BF1 is #EF740E. Grayscale: #717171. Windows color (decimal): -15692815 or 15829776. OLE color: 15829776.
HSL color Cylindrical-coordinate representation of color #108BF1: hue angle of 207.2º 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 #108BF1 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 139 | 241 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.05 |
| HSL | 207.2º | 0.89% | 0.5% | - |
| HSV(B) | 207.2º | 0.93% | 0.95% | - |
| XYZ | 25.32 | 24.93 | 86.7 | - |
| YUV | 113.85 | 199.75 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 241 | 0.93 | 0.42 | 0 | 0.05 | 207.2 | 0.89 | 0.5 |
| Hex | 10 | 8B | F1 | 5D | 2A | 0 | 5 | CF | 59 | 32 |
| Octal | 20 | 213 | 361 | 135 | 52 | 0 | 5 | 317 | 131 | 62 |
| Binary | 10000 | 10001011 | 11110001 | 1011101 | 101010 | 0 | 101 | 11001111 | 1011001 | 110010 |
Color Harmonies of #108BF1
Complementary color
Monochromatic Colors of #108BF1
Black with #108BF1
Text Example
Text Example
White with #108BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BF1; }
p { color: rgb(16,139,241); }
H1.HeaderClassName
{
color: #108BF1;
}
.AnyTagClassName
{
color: #108BF1;
}
</style>
background-color css
<style>
a { background-color: #108BF1; }
a { background-color: rgb(16,139,241); }
div.DivClassName
{
background-color: #108BF1;
}
.BgClassName
{
background-color: #108BF1;
}
</style>
border-color css
<style>
span { border-color: #108BF1; }
span { border-color: rgb(16,139,241); }
td.TdClassName
{
border-color: #108BF1;
}
.TagClassName
{
border-color: #108BF1;
}
</style>