Shades of Dodger Blue #107BF1
Tints of Dodger Blue #107BF1
RGB
CMYK
RGB Variations
Color information
#107BF1 (or 0x107BF1) is known color: Dodger Blue. HEX triplet: 10, 7B and F1. RGB value is (16,123,241). Sum of RGB (Red+Green+Blue) = 16+123+241=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 241 (94.53% from 255 or 63.42% from 380); Max value from RGB is 241 - color contains mainly: blue. Hex color #107BF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BF1 is #EF840E. Grayscale: #676767. Windows color (decimal): -15696911 or 15825680. OLE color: 15825680.
HSL color Cylindrical-coordinate representation of color #107BF1: hue angle of 211.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107BF1 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 123 | 241 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.05 |
| HSL | 211.47º | 0.89% | 0.5% | - |
| HSV(B) | 211.47º | 0.93% | 0.95% | - |
| XYZ | 23.17 | 20.63 | 85.98 | - |
| YUV | 104.46 | 205.05 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 241 | 0.93 | 0.49 | 0 | 0.05 | 211.47 | 0.89 | 0.5 |
| Hex | 10 | 7B | F1 | 5D | 31 | 0 | 5 | D3 | 59 | 32 |
| Octal | 20 | 173 | 361 | 135 | 61 | 0 | 5 | 323 | 131 | 62 |
| Binary | 10000 | 1111011 | 11110001 | 1011101 | 110001 | 0 | 101 | 11010011 | 1011001 | 110010 |
Color Harmonies of #107BF1
Complementary color
Monochromatic Colors of #107BF1
Black with #107BF1
Text Example
Text Example
White with #107BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BF1; }
p { color: rgb(16,123,241); }
H1.HeaderClassName
{
color: #107BF1;
}
.AnyTagClassName
{
color: #107BF1;
}
</style>
background-color css
<style>
a { background-color: #107BF1; }
a { background-color: rgb(16,123,241); }
div.DivClassName
{
background-color: #107BF1;
}
.BgClassName
{
background-color: #107BF1;
}
</style>
border-color css
<style>
span { border-color: #107BF1; }
span { border-color: rgb(16,123,241); }
td.TdClassName
{
border-color: #107BF1;
}
.TagClassName
{
border-color: #107BF1;
}
</style>