Shades of Dodger Blue #108FFD
Tints of Dodger Blue #108FFD
RGB
CMYK
RGB Variations
Color information
#108FFD (or 0x108FFD) is known color: Dodger Blue. HEX triplet: 10, 8F and FD. RGB value is (16,143,253). Sum of RGB (Red+Green+Blue) = 16+143+253=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #108FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108FFD is #EF7002. Grayscale: #747474. Windows color (decimal): -15691779 or 16617232. OLE color: 16617232.
HSL color Cylindrical-coordinate representation of color #108FFD: hue angle of 207.85º 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 #108FFD is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 143 | 253 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.01 |
| HSL | 207.85º | 0.98% | 0.53% | - |
| HSV(B) | 207.85º | 0.94% | 0.99% | - |
| XYZ | 27.77 | 26.85 | 96.65 | - |
| YUV | 117.57 | 204.42 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 253 | 0.94 | 0.43 | 0 | 0.01 | 207.85 | 0.98 | 0.53 |
| Hex | 10 | 8F | FD | 5E | 2B | 0 | 1 | D0 | 62 | 35 |
| Octal | 20 | 217 | 375 | 136 | 53 | 0 | 1 | 320 | 142 | 65 |
| Binary | 10000 | 10001111 | 11111101 | 1011110 | 101011 | 0 | 1 | 11010000 | 1100010 | 110101 |
Color Harmonies of #108FFD
Complementary color
Monochromatic Colors of #108FFD
Black with #108FFD
Text Example
Text Example
White with #108FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108FFD; }
p { color: rgb(16,143,253); }
H1.HeaderClassName
{
color: #108FFD;
}
.AnyTagClassName
{
color: #108FFD;
}
</style>
background-color css
<style>
a { background-color: #108FFD; }
a { background-color: rgb(16,143,253); }
div.DivClassName
{
background-color: #108FFD;
}
.BgClassName
{
background-color: #108FFD;
}
</style>
border-color css
<style>
span { border-color: #108FFD; }
span { border-color: rgb(16,143,253); }
td.TdClassName
{
border-color: #108FFD;
}
.TagClassName
{
border-color: #108FFD;
}
</style>