Shades of Dodger Blue #108CFB
Tints of Dodger Blue #108CFB
RGB
CMYK
RGB Variations
Color information
#108CFB (or 0x108CFB) is known color: Dodger Blue. HEX triplet: 10, 8C and FB. RGB value is (16,140,251). Sum of RGB (Red+Green+Blue) = 16+140+251=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #108CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108CFB is #EF7304. Grayscale: #737373. Windows color (decimal): -15692549 or 16485392. OLE color: 16485392.
HSL color Cylindrical-coordinate representation of color #108CFB: hue angle of 208.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #108CFB is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 140 | 251 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.02 |
| HSL | 208.34º | 0.97% | 0.52% | - |
| HSV(B) | 208.34º | 0.94% | 0.98% | - |
| XYZ | 27 | 25.83 | 94.83 | - |
| YUV | 115.58 | 204.42 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 251 | 0.94 | 0.44 | 0 | 0.02 | 208.34 | 0.97 | 0.52 |
| Hex | 10 | 8C | FB | 5E | 2C | 0 | 2 | D0 | 61 | 34 |
| Octal | 20 | 214 | 373 | 136 | 54 | 0 | 2 | 320 | 141 | 64 |
| Binary | 10000 | 10001100 | 11111011 | 1011110 | 101100 | 0 | 10 | 11010000 | 1100001 | 110100 |
Color Harmonies of #108CFB
Complementary color
Monochromatic Colors of #108CFB
Black with #108CFB
Text Example
Text Example
White with #108CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108CFB; }
p { color: rgb(16,140,251); }
H1.HeaderClassName
{
color: #108CFB;
}
.AnyTagClassName
{
color: #108CFB;
}
</style>
background-color css
<style>
a { background-color: #108CFB; }
a { background-color: rgb(16,140,251); }
div.DivClassName
{
background-color: #108CFB;
}
.BgClassName
{
background-color: #108CFB;
}
</style>
border-color css
<style>
span { border-color: #108CFB; }
span { border-color: rgb(16,140,251); }
td.TdClassName
{
border-color: #108CFB;
}
.TagClassName
{
border-color: #108CFB;
}
</style>