Shades of Dodger Blue #108EDF
Tints of Dodger Blue #108EDF
RGB
CMYK
RGB Variations
Color information
#108EDF (or 0x108EDF) is known color: Dodger Blue. HEX triplet: 10, 8E and DF. RGB value is (16,142,223). Sum of RGB (Red+Green+Blue) = 16+142+223=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #108EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108EDF is #EF7120. Grayscale: #717171. Windows color (decimal): -15692065 or 14650896. OLE color: 14650896.
HSL color Cylindrical-coordinate representation of color #108EDF: hue angle of 203.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108EDF is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 142 | 223 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.13 |
| HSL | 203.48º | 0.87% | 0.47% | - |
| HSV(B) | 203.48º | 0.93% | 0.87% | - |
| XYZ | 23.21 | 24.78 | 73.37 | - |
| YUV | 113.56 | 189.76 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 223 | 0.93 | 0.36 | 0 | 0.13 | 203.48 | 0.87 | 0.47 |
| Hex | 10 | 8E | DF | 5D | 24 | 0 | D | CB | 57 | 2F |
| Octal | 20 | 216 | 337 | 135 | 44 | 0 | 15 | 313 | 127 | 57 |
| Binary | 10000 | 10001110 | 11011111 | 1011101 | 100100 | 0 | 1101 | 11001011 | 1010111 | 101111 |
Color Harmonies of #108EDF
Complementary color
Monochromatic Colors of #108EDF
Black with #108EDF
Text Example
Text Example
White with #108EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108EDF; }
p { color: rgb(16,142,223); }
H1.HeaderClassName
{
color: #108EDF;
}
.AnyTagClassName
{
color: #108EDF;
}
</style>
background-color css
<style>
a { background-color: #108EDF; }
a { background-color: rgb(16,142,223); }
div.DivClassName
{
background-color: #108EDF;
}
.BgClassName
{
background-color: #108EDF;
}
</style>
border-color css
<style>
span { border-color: #108EDF; }
span { border-color: rgb(16,142,223); }
td.TdClassName
{
border-color: #108EDF;
}
.TagClassName
{
border-color: #108EDF;
}
</style>