Shades of Dodger Blue #108FEE
Tints of Dodger Blue #108FEE
RGB
CMYK
RGB Variations
Color information
#108FEE (or 0x108FEE) is known color: Dodger Blue. HEX triplet: 10, 8F and EE. RGB value is (16,143,238). Sum of RGB (Red+Green+Blue) = 16+143+238=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #108FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108FEE is #EF7011. Grayscale: #737373. Windows color (decimal): -15691794 or 15634192. OLE color: 15634192.
HSL color Cylindrical-coordinate representation of color #108FEE: hue angle of 205.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108FEE is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 143 | 238 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.07 |
| HSL | 205.68º | 0.87% | 0.5% | - |
| HSV(B) | 205.68º | 0.93% | 0.93% | - |
| XYZ | 25.47 | 25.93 | 84.55 | - |
| YUV | 115.86 | 196.92 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 238 | 0.93 | 0.40 | 0 | 0.07 | 205.68 | 0.87 | 0.5 |
| Hex | 10 | 8F | EE | 5D | 28 | 0 | 7 | CE | 57 | 32 |
| Octal | 20 | 217 | 356 | 135 | 50 | 0 | 7 | 316 | 127 | 62 |
| Binary | 10000 | 10001111 | 11101110 | 1011101 | 101000 | 0 | 111 | 11001110 | 1010111 | 110010 |
Color Harmonies of #108FEE
Complementary color
Monochromatic Colors of #108FEE
Black with #108FEE
Text Example
Text Example
White with #108FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108FEE; }
p { color: rgb(16,143,238); }
H1.HeaderClassName
{
color: #108FEE;
}
.AnyTagClassName
{
color: #108FEE;
}
</style>
background-color css
<style>
a { background-color: #108FEE; }
a { background-color: rgb(16,143,238); }
div.DivClassName
{
background-color: #108FEE;
}
.BgClassName
{
background-color: #108FEE;
}
</style>
border-color css
<style>
span { border-color: #108FEE; }
span { border-color: rgb(16,143,238); }
td.TdClassName
{
border-color: #108FEE;
}
.TagClassName
{
border-color: #108FEE;
}
</style>