Shades of Dodger Blue #107DF0
Tints of Dodger Blue #107DF0
RGB
CMYK
RGB Variations
Color information
#107DF0 (or 0x107DF0) is known color: Dodger Blue. HEX triplet: 10, 7D and F0. RGB value is (16,125,240). Sum of RGB (Red+Green+Blue) = 16+125+240=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 240 (94.14% from 255 or 62.99% from 381); Max value from RGB is 240 - color contains mainly: blue. Hex color #107DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107DF0 is #EF820F. Grayscale: #686868. Windows color (decimal): -15696400 or 15760656. OLE color: 15760656.
HSL color Cylindrical-coordinate representation of color #107DF0: hue angle of 210.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107DF0 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 125 | 240 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.06 |
| HSL | 210.8º | 0.88% | 0.5% | - |
| HSV(B) | 210.8º | 0.93% | 0.94% | - |
| XYZ | 23.28 | 21.07 | 85.28 | - |
| YUV | 105.52 | 203.89 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 240 | 0.93 | 0.48 | 0 | 0.06 | 210.8 | 0.88 | 0.5 |
| Hex | 10 | 7D | F0 | 5D | 30 | 0 | 6 | D3 | 58 | 32 |
| Octal | 20 | 175 | 360 | 135 | 60 | 0 | 6 | 323 | 130 | 62 |
| Binary | 10000 | 1111101 | 11110000 | 1011101 | 110000 | 0 | 110 | 11010011 | 1011000 | 110010 |
Color Harmonies of #107DF0
Complementary color
Monochromatic Colors of #107DF0
Black with #107DF0
Text Example
Text Example
White with #107DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DF0; }
p { color: rgb(16,125,240); }
H1.HeaderClassName
{
color: #107DF0;
}
.AnyTagClassName
{
color: #107DF0;
}
</style>
background-color css
<style>
a { background-color: #107DF0; }
a { background-color: rgb(16,125,240); }
div.DivClassName
{
background-color: #107DF0;
}
.BgClassName
{
background-color: #107DF0;
}
</style>
border-color css
<style>
span { border-color: #107DF0; }
span { border-color: rgb(16,125,240); }
td.TdClassName
{
border-color: #107DF0;
}
.TagClassName
{
border-color: #107DF0;
}
</style>