Shades of Dodger Blue #107EF6
Tints of Dodger Blue #107EF6
RGB
CMYK
RGB Variations
Color information
#107EF6 (or 0x107EF6) is known color: Dodger Blue. HEX triplet: 10, 7E and F6. RGB value is (16,126,246). Sum of RGB (Red+Green+Blue) = 16+126+246=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #107EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107EF6 is #EF8109. Grayscale: #6A6A6A. Windows color (decimal): -15696138 or 16154128. OLE color: 16154128.
HSL color Cylindrical-coordinate representation of color #107EF6: hue angle of 211.3º 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 #107EF6 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 126 | 246 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.04 |
| HSL | 211.3º | 0.93% | 0.51% | - |
| HSV(B) | 211.3º | 0.93% | 0.96% | - |
| XYZ | 24.31 | 21.69 | 90.09 | - |
| YUV | 106.79 | 206.56 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 246 | 0.93 | 0.49 | 0 | 0.04 | 211.3 | 0.93 | 0.51 |
| Hex | 10 | 7E | F6 | 5D | 31 | 0 | 4 | D3 | 5D | 33 |
| Octal | 20 | 176 | 366 | 135 | 61 | 0 | 4 | 323 | 135 | 63 |
| Binary | 10000 | 1111110 | 11110110 | 1011101 | 110001 | 0 | 100 | 11010011 | 1011101 | 110011 |
Color Harmonies of #107EF6
Complementary color
Monochromatic Colors of #107EF6
Black with #107EF6
Text Example
Text Example
White with #107EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107EF6; }
p { color: rgb(16,126,246); }
H1.HeaderClassName
{
color: #107EF6;
}
.AnyTagClassName
{
color: #107EF6;
}
</style>
background-color css
<style>
a { background-color: #107EF6; }
a { background-color: rgb(16,126,246); }
div.DivClassName
{
background-color: #107EF6;
}
.BgClassName
{
background-color: #107EF6;
}
</style>
border-color css
<style>
span { border-color: #107EF6; }
span { border-color: rgb(16,126,246); }
td.TdClassName
{
border-color: #107EF6;
}
.TagClassName
{
border-color: #107EF6;
}
</style>