Shades of Dodger Blue #107DF6
Tints of Dodger Blue #107DF6
RGB
CMYK
RGB Variations
Color information
#107DF6 (or 0x107DF6) is known color: Dodger Blue. HEX triplet: 10, 7D and F6. RGB value is (16,125,246). Sum of RGB (Red+Green+Blue) = 16+125+246=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #107DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107DF6 is #EF8209. Grayscale: #696969. Windows color (decimal): -15696394 or 16153872. OLE color: 16153872.
HSL color Cylindrical-coordinate representation of color #107DF6: hue angle of 211.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107DF6 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 125 | 246 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.04 |
| HSL | 211.57º | 0.93% | 0.51% | - |
| HSV(B) | 211.57º | 0.93% | 0.96% | - |
| XYZ | 24.18 | 21.43 | 90.05 | - |
| YUV | 106.2 | 206.89 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 246 | 0.93 | 0.49 | 0 | 0.04 | 211.57 | 0.93 | 0.51 |
| Hex | 10 | 7D | F6 | 5D | 31 | 0 | 4 | D4 | 5D | 33 |
| Octal | 20 | 175 | 366 | 135 | 61 | 0 | 4 | 324 | 135 | 63 |
| Binary | 10000 | 1111101 | 11110110 | 1011101 | 110001 | 0 | 100 | 11010100 | 1011101 | 110011 |
Color Harmonies of #107DF6
Complementary color
Monochromatic Colors of #107DF6
Black with #107DF6
Text Example
Text Example
White with #107DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DF6; }
p { color: rgb(16,125,246); }
H1.HeaderClassName
{
color: #107DF6;
}
.AnyTagClassName
{
color: #107DF6;
}
</style>
background-color css
<style>
a { background-color: #107DF6; }
a { background-color: rgb(16,125,246); }
div.DivClassName
{
background-color: #107DF6;
}
.BgClassName
{
background-color: #107DF6;
}
</style>
border-color css
<style>
span { border-color: #107DF6; }
span { border-color: rgb(16,125,246); }
td.TdClassName
{
border-color: #107DF6;
}
.TagClassName
{
border-color: #107DF6;
}
</style>