Shades of Dodger Blue #107CEC
Tints of Dodger Blue #107CEC
RGB
CMYK
RGB Variations
Color information
#107CEC (or 0x107CEC) is known color: Dodger Blue. HEX triplet: 10, 7C and EC. RGB value is (16,124,236). Sum of RGB (Red+Green+Blue) = 16+124+236=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #107CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107CEC is #EF8313. Grayscale: #676767. Windows color (decimal): -15696660 or 15498256. OLE color: 15498256.
HSL color Cylindrical-coordinate representation of color #107CEC: hue angle of 210.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107CEC is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 124 | 236 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.07 |
| HSL | 210.55º | 0.87% | 0.49% | - |
| HSV(B) | 210.55º | 0.93% | 0.93% | - |
| XYZ | 22.56 | 20.58 | 82.14 | - |
| YUV | 104.48 | 202.22 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 236 | 0.93 | 0.47 | 0 | 0.07 | 210.55 | 0.87 | 0.49 |
| Hex | 10 | 7C | EC | 5D | 2F | 0 | 7 | D3 | 57 | 31 |
| Octal | 20 | 174 | 354 | 135 | 57 | 0 | 7 | 323 | 127 | 61 |
| Binary | 10000 | 1111100 | 11101100 | 1011101 | 101111 | 0 | 111 | 11010011 | 1010111 | 110001 |
Color Harmonies of #107CEC
Complementary color
Monochromatic Colors of #107CEC
Black with #107CEC
Text Example
Text Example
White with #107CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CEC; }
p { color: rgb(16,124,236); }
H1.HeaderClassName
{
color: #107CEC;
}
.AnyTagClassName
{
color: #107CEC;
}
</style>
background-color css
<style>
a { background-color: #107CEC; }
a { background-color: rgb(16,124,236); }
div.DivClassName
{
background-color: #107CEC;
}
.BgClassName
{
background-color: #107CEC;
}
</style>
border-color css
<style>
span { border-color: #107CEC; }
span { border-color: rgb(16,124,236); }
td.TdClassName
{
border-color: #107CEC;
}
.TagClassName
{
border-color: #107CEC;
}
</style>