Shades of Dodger Blue #108FF1
Tints of Dodger Blue #108FF1
RGB
CMYK
RGB Variations
Color information
#108FF1 (or 0x108FF1) is known color: Dodger Blue. HEX triplet: 10, 8F and F1. RGB value is (16,143,241). Sum of RGB (Red+Green+Blue) = 16+143+241=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #108FF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108FF1 is #EF700E. Grayscale: #737373. Windows color (decimal): -15691791 or 15830800. OLE color: 15830800.
HSL color Cylindrical-coordinate representation of color #108FF1: hue angle of 206.13º 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 #108FF1 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 143 | 241 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.05 |
| HSL | 206.13º | 0.89% | 0.5% | - |
| HSV(B) | 206.13º | 0.93% | 0.95% | - |
| XYZ | 25.91 | 26.11 | 86.89 | - |
| YUV | 116.2 | 198.42 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 241 | 0.93 | 0.41 | 0 | 0.05 | 206.13 | 0.89 | 0.5 |
| Hex | 10 | 8F | F1 | 5D | 29 | 0 | 5 | CE | 59 | 32 |
| Octal | 20 | 217 | 361 | 135 | 51 | 0 | 5 | 316 | 131 | 62 |
| Binary | 10000 | 10001111 | 11110001 | 1011101 | 101001 | 0 | 101 | 11001110 | 1011001 | 110010 |
Color Harmonies of #108FF1
Complementary color
Monochromatic Colors of #108FF1
Black with #108FF1
Text Example
Text Example
White with #108FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108FF1; }
p { color: rgb(16,143,241); }
H1.HeaderClassName
{
color: #108FF1;
}
.AnyTagClassName
{
color: #108FF1;
}
</style>
background-color css
<style>
a { background-color: #108FF1; }
a { background-color: rgb(16,143,241); }
div.DivClassName
{
background-color: #108FF1;
}
.BgClassName
{
background-color: #108FF1;
}
</style>
border-color css
<style>
span { border-color: #108FF1; }
span { border-color: rgb(16,143,241); }
td.TdClassName
{
border-color: #108FF1;
}
.TagClassName
{
border-color: #108FF1;
}
</style>