Shades of Dodger Blue #108CFD
Tints of Dodger Blue #108CFD
RGB
CMYK
RGB Variations
Color information
#108CFD (or 0x108CFD) is known color: Dodger Blue. HEX triplet: 10, 8C and FD. RGB value is (16,140,253). Sum of RGB (Red+Green+Blue) = 16+140+253=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #108CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108CFD is #EF7302. Grayscale: #737373. Windows color (decimal): -15692547 or 16616464. OLE color: 16616464.
HSL color Cylindrical-coordinate representation of color #108CFD: hue angle of 208.61º 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 #108CFD is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 140 | 253 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.01 |
| HSL | 208.61º | 0.98% | 0.53% | - |
| HSV(B) | 208.61º | 0.94% | 0.99% | - |
| XYZ | 27.32 | 25.96 | 96.5 | - |
| YUV | 115.81 | 205.42 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 253 | 0.94 | 0.45 | 0 | 0.01 | 208.61 | 0.98 | 0.53 |
| Hex | 10 | 8C | FD | 5E | 2D | 0 | 1 | D1 | 62 | 35 |
| Octal | 20 | 214 | 375 | 136 | 55 | 0 | 1 | 321 | 142 | 65 |
| Binary | 10000 | 10001100 | 11111101 | 1011110 | 101101 | 0 | 1 | 11010001 | 1100010 | 110101 |
Color Harmonies of #108CFD
Complementary color
Monochromatic Colors of #108CFD
Black with #108CFD
Text Example
Text Example
White with #108CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108CFD; }
p { color: rgb(16,140,253); }
H1.HeaderClassName
{
color: #108CFD;
}
.AnyTagClassName
{
color: #108CFD;
}
</style>
background-color css
<style>
a { background-color: #108CFD; }
a { background-color: rgb(16,140,253); }
div.DivClassName
{
background-color: #108CFD;
}
.BgClassName
{
background-color: #108CFD;
}
</style>
border-color css
<style>
span { border-color: #108CFD; }
span { border-color: rgb(16,140,253); }
td.TdClassName
{
border-color: #108CFD;
}
.TagClassName
{
border-color: #108CFD;
}
</style>