Shades of Dodger Blue #108BFF
Tints of Dodger Blue #108BFF
RGB
CMYK
RGB Variations
Color information
#108BFF (or 0x108BFF) is known color: Dodger Blue. HEX triplet: 10, 8B and FF. RGB value is (16,139,255). Sum of RGB (Red+Green+Blue) = 16+139+255=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #108BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108BFF is #EF7400. Grayscale: #727272. Windows color (decimal): -15692801 or 16747280. OLE color: 16747280.
HSL color Cylindrical-coordinate representation of color #108BFF: hue angle of 209.12º 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 #108BFF is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 139 | 255 | - |
| CMYK | 0.94 | 0.45 | 0 | 0 |
| HSL | 209.12º | 1% | 0.53% | - |
| HSV(B) | 209.12º | 0.94% | 1% | - |
| XYZ | 27.5 | 25.8 | 98.14 | - |
| YUV | 115.45 | 206.75 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 255 | 0.94 | 0.45 | 0 | 0 | 209.12 | 1 | 0.53 |
| Hex | 10 | 8B | FF | 5E | 2D | 0 | 0 | D1 | 64 | 35 |
| Octal | 20 | 213 | 377 | 136 | 55 | 0 | 0 | 321 | 144 | 65 |
| Binary | 10000 | 10001011 | 11111111 | 1011110 | 101101 | 0 | 0 | 11010001 | 1100100 | 110101 |
Color Harmonies of #108BFF
Complementary color
Monochromatic Colors of #108BFF
Black with #108BFF
Text Example
Text Example
White with #108BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BFF; }
p { color: rgb(16,139,255); }
H1.HeaderClassName
{
color: #108BFF;
}
.AnyTagClassName
{
color: #108BFF;
}
</style>
background-color css
<style>
a { background-color: #108BFF; }
a { background-color: rgb(16,139,255); }
div.DivClassName
{
background-color: #108BFF;
}
.BgClassName
{
background-color: #108BFF;
}
</style>
border-color css
<style>
span { border-color: #108BFF; }
span { border-color: rgb(16,139,255); }
td.TdClassName
{
border-color: #108BFF;
}
.TagClassName
{
border-color: #108BFF;
}
</style>