Shades of Dodger Blue #107BF5
Tints of Dodger Blue #107BF5
RGB
CMYK
RGB Variations
Color information
#107BF5 (or 0x107BF5) is known color: Dodger Blue. HEX triplet: 10, 7B and F5. RGB value is (16,123,245). Sum of RGB (Red+Green+Blue) = 16+123+245=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 245 (96.09% from 255 or 63.80% from 384); Max value from RGB is 245 - color contains mainly: blue. Hex color #107BF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BF5 is #EF840A. Grayscale: #686868. Windows color (decimal): -15696907 or 16087824. OLE color: 16087824.
HSL color Cylindrical-coordinate representation of color #107BF5: hue angle of 211.97º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107BF5 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 123 | 245 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.04 |
| HSL | 211.97º | 0.92% | 0.51% | - |
| HSV(B) | 211.97º | 0.93% | 0.96% | - |
| XYZ | 23.78 | 20.87 | 89.16 | - |
| YUV | 104.92 | 207.05 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 245 | 0.93 | 0.50 | 0 | 0.04 | 211.97 | 0.92 | 0.51 |
| Hex | 10 | 7B | F5 | 5D | 32 | 0 | 4 | D4 | 5C | 33 |
| Octal | 20 | 173 | 365 | 135 | 62 | 0 | 4 | 324 | 134 | 63 |
| Binary | 10000 | 1111011 | 11110101 | 1011101 | 110010 | 0 | 100 | 11010100 | 1011100 | 110011 |
Color Harmonies of #107BF5
Complementary color
Monochromatic Colors of #107BF5
Black with #107BF5
Text Example
Text Example
White with #107BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BF5; }
p { color: rgb(16,123,245); }
H1.HeaderClassName
{
color: #107BF5;
}
.AnyTagClassName
{
color: #107BF5;
}
</style>
background-color css
<style>
a { background-color: #107BF5; }
a { background-color: rgb(16,123,245); }
div.DivClassName
{
background-color: #107BF5;
}
.BgClassName
{
background-color: #107BF5;
}
</style>
border-color css
<style>
span { border-color: #107BF5; }
span { border-color: rgb(16,123,245); }
td.TdClassName
{
border-color: #107BF5;
}
.TagClassName
{
border-color: #107BF5;
}
</style>