Shades of Dodger Blue #107CF3
Tints of Dodger Blue #107CF3
RGB
CMYK
RGB Variations
Color information
#107CF3 (or 0x107CF3) is known color: Dodger Blue. HEX triplet: 10, 7C and F3. RGB value is (16,124,243). Sum of RGB (Red+Green+Blue) = 16+124+243=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #107CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107CF3 is #EF830C. Grayscale: #686868. Windows color (decimal): -15696653 or 15957008. OLE color: 15957008.
HSL color Cylindrical-coordinate representation of color #107CF3: hue angle of 211.45º 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 #107CF3 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 124 | 243 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.05 |
| HSL | 211.45º | 0.9% | 0.51% | - |
| HSV(B) | 211.45º | 0.93% | 0.95% | - |
| XYZ | 23.6 | 21 | 87.6 | - |
| YUV | 105.27 | 205.72 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 243 | 0.93 | 0.49 | 0 | 0.05 | 211.45 | 0.9 | 0.51 |
| Hex | 10 | 7C | F3 | 5D | 31 | 0 | 5 | D3 | 5A | 33 |
| Octal | 20 | 174 | 363 | 135 | 61 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10000 | 1111100 | 11110011 | 1011101 | 110001 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #107CF3
Complementary color
Monochromatic Colors of #107CF3
Black with #107CF3
Text Example
Text Example
White with #107CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CF3; }
p { color: rgb(16,124,243); }
H1.HeaderClassName
{
color: #107CF3;
}
.AnyTagClassName
{
color: #107CF3;
}
</style>
background-color css
<style>
a { background-color: #107CF3; }
a { background-color: rgb(16,124,243); }
div.DivClassName
{
background-color: #107CF3;
}
.BgClassName
{
background-color: #107CF3;
}
</style>
border-color css
<style>
span { border-color: #107CF3; }
span { border-color: rgb(16,124,243); }
td.TdClassName
{
border-color: #107CF3;
}
.TagClassName
{
border-color: #107CF3;
}
</style>