Shades of Dodger Blue #106DF4
Tints of Dodger Blue #106DF4
RGB
CMYK
RGB Variations
Color information
#106DF4 (or 0x106DF4) is known color: Dodger Blue. HEX triplet: 10, 6D and F4. RGB value is (16,109,244). Sum of RGB (Red+Green+Blue) = 16+109+244=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #106DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DF4 is #EF920B. Grayscale: #5F5F5F. Windows color (decimal): -15700492 or 16018704. OLE color: 16018704.
HSL color Cylindrical-coordinate representation of color #106DF4: hue angle of 215.53º degrees, saturation: 0.91, 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 #106DF4 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 109 | 244 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.04 |
| HSL | 215.53º | 0.91% | 0.51% | - |
| HSV(B) | 215.53º | 0.93% | 0.96% | - |
| XYZ | 22.01 | 17.58 | 87.82 | - |
| YUV | 96.58 | 211.19 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 244 | 0.93 | 0.55 | 0 | 0.04 | 215.53 | 0.91 | 0.51 |
| Hex | 10 | 6D | F4 | 5D | 37 | 0 | 4 | D8 | 5B | 33 |
| Octal | 20 | 155 | 364 | 135 | 67 | 0 | 4 | 330 | 133 | 63 |
| Binary | 10000 | 1101101 | 11110100 | 1011101 | 110111 | 0 | 100 | 11011000 | 1011011 | 110011 |
Color Harmonies of #106DF4
Complementary color
Monochromatic Colors of #106DF4
Black with #106DF4
Text Example
Text Example
White with #106DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DF4; }
p { color: rgb(16,109,244); }
H1.HeaderClassName
{
color: #106DF4;
}
.AnyTagClassName
{
color: #106DF4;
}
</style>
background-color css
<style>
a { background-color: #106DF4; }
a { background-color: rgb(16,109,244); }
div.DivClassName
{
background-color: #106DF4;
}
.BgClassName
{
background-color: #106DF4;
}
</style>
border-color css
<style>
span { border-color: #106DF4; }
span { border-color: rgb(16,109,244); }
td.TdClassName
{
border-color: #106DF4;
}
.TagClassName
{
border-color: #106DF4;
}
</style>