Shades of Dodger Blue #107DF3
Tints of Dodger Blue #107DF3
RGB
CMYK
RGB Variations
Color information
#107DF3 (or 0x107DF3) is known color: Dodger Blue. HEX triplet: 10, 7D and F3. RGB value is (16,125,243). Sum of RGB (Red+Green+Blue) = 16+125+243=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #107DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107DF3 is #EF820C. Grayscale: #696969. Windows color (decimal): -15696397 or 15957264. OLE color: 15957264.
HSL color Cylindrical-coordinate representation of color #107DF3: hue angle of 211.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107DF3 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 125 | 243 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.05 |
| HSL | 211.19º | 0.9% | 0.51% | - |
| HSV(B) | 211.19º | 0.93% | 0.95% | - |
| XYZ | 23.72 | 21.25 | 87.64 | - |
| YUV | 105.86 | 205.39 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 243 | 0.93 | 0.49 | 0 | 0.05 | 211.19 | 0.9 | 0.51 |
| Hex | 10 | 7D | F3 | 5D | 31 | 0 | 5 | D3 | 5A | 33 |
| Octal | 20 | 175 | 363 | 135 | 61 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10000 | 1111101 | 11110011 | 1011101 | 110001 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #107DF3
Complementary color
Monochromatic Colors of #107DF3
Black with #107DF3
Text Example
Text Example
White with #107DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DF3; }
p { color: rgb(16,125,243); }
H1.HeaderClassName
{
color: #107DF3;
}
.AnyTagClassName
{
color: #107DF3;
}
</style>
background-color css
<style>
a { background-color: #107DF3; }
a { background-color: rgb(16,125,243); }
div.DivClassName
{
background-color: #107DF3;
}
.BgClassName
{
background-color: #107DF3;
}
</style>
border-color css
<style>
span { border-color: #107DF3; }
span { border-color: rgb(16,125,243); }
td.TdClassName
{
border-color: #107DF3;
}
.TagClassName
{
border-color: #107DF3;
}
</style>