Shades of Dodger Blue #107CEF
Tints of Dodger Blue #107CEF
RGB
CMYK
RGB Variations
Color information
#107CEF (or 0x107CEF) is known color: Dodger Blue. HEX triplet: 10, 7C and EF. RGB value is (16,124,239). Sum of RGB (Red+Green+Blue) = 16+124+239=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #107CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107CEF is #EF8310. Grayscale: #686868. Windows color (decimal): -15696657 or 15694864. OLE color: 15694864.
HSL color Cylindrical-coordinate representation of color #107CEF: hue angle of 210.94º degrees, saturation: 0.87, 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 #107CEF is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 124 | 239 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.06 |
| HSL | 210.94º | 0.87% | 0.5% | - |
| HSV(B) | 210.94º | 0.93% | 0.94% | - |
| XYZ | 23 | 20.76 | 84.46 | - |
| YUV | 104.82 | 203.72 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 239 | 0.93 | 0.48 | 0 | 0.06 | 210.94 | 0.87 | 0.5 |
| Hex | 10 | 7C | EF | 5D | 30 | 0 | 6 | D3 | 57 | 32 |
| Octal | 20 | 174 | 357 | 135 | 60 | 0 | 6 | 323 | 127 | 62 |
| Binary | 10000 | 1111100 | 11101111 | 1011101 | 110000 | 0 | 110 | 11010011 | 1010111 | 110010 |
Color Harmonies of #107CEF
Complementary color
Monochromatic Colors of #107CEF
Black with #107CEF
Text Example
Text Example
White with #107CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CEF; }
p { color: rgb(16,124,239); }
H1.HeaderClassName
{
color: #107CEF;
}
.AnyTagClassName
{
color: #107CEF;
}
</style>
background-color css
<style>
a { background-color: #107CEF; }
a { background-color: rgb(16,124,239); }
div.DivClassName
{
background-color: #107CEF;
}
.BgClassName
{
background-color: #107CEF;
}
</style>
border-color css
<style>
span { border-color: #107CEF; }
span { border-color: rgb(16,124,239); }
td.TdClassName
{
border-color: #107CEF;
}
.TagClassName
{
border-color: #107CEF;
}
</style>