Shades of Dodger Blue #107DFB
Tints of Dodger Blue #107DFB
RGB
CMYK
RGB Variations
Color information
#107DFB (or 0x107DFB) is known color: Dodger Blue. HEX triplet: 10, 7D and FB. RGB value is (16,125,251). Sum of RGB (Red+Green+Blue) = 16+125+251=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #107DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107DFB is #EF8204. Grayscale: #6A6A6A. Windows color (decimal): -15696389 or 16481552. OLE color: 16481552.
HSL color Cylindrical-coordinate representation of color #107DFB: hue angle of 212.17º 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 #107DFB is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 125 | 251 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.02 |
| HSL | 212.17º | 0.97% | 0.52% | - |
| HSV(B) | 212.17º | 0.94% | 0.98% | - |
| XYZ | 24.96 | 21.74 | 94.15 | - |
| YUV | 106.77 | 209.39 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 251 | 0.94 | 0.50 | 0 | 0.02 | 212.17 | 0.97 | 0.52 |
| Hex | 10 | 7D | FB | 5E | 32 | 0 | 2 | D4 | 61 | 34 |
| Octal | 20 | 175 | 373 | 136 | 62 | 0 | 2 | 324 | 141 | 64 |
| Binary | 10000 | 1111101 | 11111011 | 1011110 | 110010 | 0 | 10 | 11010100 | 1100001 | 110100 |
Color Harmonies of #107DFB
Complementary color
Monochromatic Colors of #107DFB
Black with #107DFB
Text Example
Text Example
White with #107DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DFB; }
p { color: rgb(16,125,251); }
H1.HeaderClassName
{
color: #107DFB;
}
.AnyTagClassName
{
color: #107DFB;
}
</style>
background-color css
<style>
a { background-color: #107DFB; }
a { background-color: rgb(16,125,251); }
div.DivClassName
{
background-color: #107DFB;
}
.BgClassName
{
background-color: #107DFB;
}
</style>
border-color css
<style>
span { border-color: #107DFB; }
span { border-color: rgb(16,125,251); }
td.TdClassName
{
border-color: #107DFB;
}
.TagClassName
{
border-color: #107DFB;
}
</style>