Shades of Dodger Blue #108CFE
Tints of Dodger Blue #108CFE
RGB
CMYK
RGB Variations
Color information
#108CFE (or 0x108CFE) is known color: Dodger Blue. HEX triplet: 10, 8C and FE. RGB value is (16,140,254). Sum of RGB (Red+Green+Blue) = 16+140+254=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #108CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108CFE is #EF7301. Grayscale: #737373. Windows color (decimal): -15692546 or 16682000. OLE color: 16682000.
HSL color Cylindrical-coordinate representation of color #108CFE: hue angle of 208.74º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #108CFE is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 140 | 254 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.00 |
| HSL | 208.74º | 0.99% | 0.53% | - |
| HSV(B) | 208.74º | 0.94% | 1% | - |
| XYZ | 27.48 | 26.02 | 97.34 | - |
| YUV | 115.92 | 205.92 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 254 | 0.94 | 0.45 | 0 | 0.00 | 208.74 | 0.99 | 0.53 |
| Hex | 10 | 8C | FE | 5E | 2D | 0 | 0 | D1 | 63 | 35 |
| Octal | 20 | 214 | 376 | 136 | 55 | 0 | 0 | 321 | 143 | 65 |
| Binary | 10000 | 10001100 | 11111110 | 1011110 | 101101 | 0 | 0 | 11010001 | 1100011 | 110101 |
Color Harmonies of #108CFE
Complementary color
Monochromatic Colors of #108CFE
Black with #108CFE
Text Example
Text Example
White with #108CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108CFE; }
p { color: rgb(16,140,254); }
H1.HeaderClassName
{
color: #108CFE;
}
.AnyTagClassName
{
color: #108CFE;
}
</style>
background-color css
<style>
a { background-color: #108CFE; }
a { background-color: rgb(16,140,254); }
div.DivClassName
{
background-color: #108CFE;
}
.BgClassName
{
background-color: #108CFE;
}
</style>
border-color css
<style>
span { border-color: #108CFE; }
span { border-color: rgb(16,140,254); }
td.TdClassName
{
border-color: #108CFE;
}
.TagClassName
{
border-color: #108CFE;
}
</style>