Shades of Dodger Blue #108EFD
Tints of Dodger Blue #108EFD
RGB
CMYK
RGB Variations
Color information
#108EFD (or 0x108EFD) is known color: Dodger Blue. HEX triplet: 10, 8E and FD. RGB value is (16,142,253). Sum of RGB (Red+Green+Blue) = 16+142+253=411 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.89% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #108EFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108EFD is #EF7102. Grayscale: #747474. Windows color (decimal): -15692035 or 16616976. OLE color: 16616976.
HSL color Cylindrical-coordinate representation of color #108EFD: hue angle of 208.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #108EFD is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 142 | 253 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.01 |
| HSL | 208.1º | 0.98% | 0.53% | - |
| HSV(B) | 208.1º | 0.94% | 0.99% | - |
| XYZ | 27.62 | 26.55 | 96.6 | - |
| YUV | 116.98 | 204.76 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 253 | 0.94 | 0.44 | 0 | 0.01 | 208.1 | 0.98 | 0.53 |
| Hex | 10 | 8E | FD | 5E | 2C | 0 | 1 | D0 | 62 | 35 |
| Octal | 20 | 216 | 375 | 136 | 54 | 0 | 1 | 320 | 142 | 65 |
| Binary | 10000 | 10001110 | 11111101 | 1011110 | 101100 | 0 | 1 | 11010000 | 1100010 | 110101 |
Color Harmonies of #108EFD
Complementary color
Monochromatic Colors of #108EFD
Black with #108EFD
Text Example
Text Example
White with #108EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108EFD; }
p { color: rgb(16,142,253); }
H1.HeaderClassName
{
color: #108EFD;
}
.AnyTagClassName
{
color: #108EFD;
}
</style>
background-color css
<style>
a { background-color: #108EFD; }
a { background-color: rgb(16,142,253); }
div.DivClassName
{
background-color: #108EFD;
}
.BgClassName
{
background-color: #108EFD;
}
</style>
border-color css
<style>
span { border-color: #108EFD; }
span { border-color: rgb(16,142,253); }
td.TdClassName
{
border-color: #108EFD;
}
.TagClassName
{
border-color: #108EFD;
}
</style>