Shades of Dodger Blue #107DFF
Tints of Dodger Blue #107DFF
RGB
CMYK
RGB Variations
Color information
#107DFF (or 0x107DFF) is known color: Dodger Blue. HEX triplet: 10, 7D and FF. RGB value is (16,125,255). Sum of RGB (Red+Green+Blue) = 16+125+255=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #107DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107DFF is #EF8200. Grayscale: #6A6A6A. Windows color (decimal): -15696385 or 16743696. OLE color: 16743696.
HSL color Cylindrical-coordinate representation of color #107DFF: hue angle of 212.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107DFF is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 125 | 255 | - |
| CMYK | 0.94 | 0.51 | 0 | 0 |
| HSL | 212.64º | 1% | 0.53% | - |
| HSV(B) | 212.64º | 0.94% | 1% | - |
| XYZ | 25.6 | 22 | 97.5 | - |
| YUV | 107.23 | 211.39 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 255 | 0.94 | 0.51 | 0 | 0 | 212.64 | 1 | 0.53 |
| Hex | 10 | 7D | FF | 5E | 33 | 0 | 0 | D5 | 64 | 35 |
| Octal | 20 | 175 | 377 | 136 | 63 | 0 | 0 | 325 | 144 | 65 |
| Binary | 10000 | 1111101 | 11111111 | 1011110 | 110011 | 0 | 0 | 11010101 | 1100100 | 110101 |
Color Harmonies of #107DFF
Complementary color
Monochromatic Colors of #107DFF
Black with #107DFF
Text Example
Text Example
White with #107DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DFF; }
p { color: rgb(16,125,255); }
H1.HeaderClassName
{
color: #107DFF;
}
.AnyTagClassName
{
color: #107DFF;
}
</style>
background-color css
<style>
a { background-color: #107DFF; }
a { background-color: rgb(16,125,255); }
div.DivClassName
{
background-color: #107DFF;
}
.BgClassName
{
background-color: #107DFF;
}
</style>
border-color css
<style>
span { border-color: #107DFF; }
span { border-color: rgb(16,125,255); }
td.TdClassName
{
border-color: #107DFF;
}
.TagClassName
{
border-color: #107DFF;
}
</style>