Shades of Dodger Blue #106FF2
Tints of Dodger Blue #106FF2
RGB
CMYK
RGB Variations
Color information
#106FF2 (or 0x106FF2) is known color: Dodger Blue. HEX triplet: 10, 6F and F2. RGB value is (16,111,242). Sum of RGB (Red+Green+Blue) = 16+111+242=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #106FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106FF2 is #EF900D. Grayscale: #606060. Windows color (decimal): -15699982 or 15888144. OLE color: 15888144.
HSL color Cylindrical-coordinate representation of color #106FF2: hue angle of 214.78º 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 #106FF2 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 111 | 242 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.05 |
| HSL | 214.78º | 0.9% | 0.51% | - |
| HSV(B) | 214.78º | 0.93% | 0.95% | - |
| XYZ | 21.93 | 17.89 | 86.3 | - |
| YUV | 97.53 | 209.53 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 242 | 0.93 | 0.54 | 0 | 0.05 | 214.78 | 0.9 | 0.51 |
| Hex | 10 | 6F | F2 | 5D | 36 | 0 | 5 | D7 | 5A | 33 |
| Octal | 20 | 157 | 362 | 135 | 66 | 0 | 5 | 327 | 132 | 63 |
| Binary | 10000 | 1101111 | 11110010 | 1011101 | 110110 | 0 | 101 | 11010111 | 1011010 | 110011 |
Color Harmonies of #106FF2
Complementary color
Monochromatic Colors of #106FF2
Black with #106FF2
Text Example
Text Example
White with #106FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FF2; }
p { color: rgb(16,111,242); }
H1.HeaderClassName
{
color: #106FF2;
}
.AnyTagClassName
{
color: #106FF2;
}
</style>
background-color css
<style>
a { background-color: #106FF2; }
a { background-color: rgb(16,111,242); }
div.DivClassName
{
background-color: #106FF2;
}
.BgClassName
{
background-color: #106FF2;
}
</style>
border-color css
<style>
span { border-color: #106FF2; }
span { border-color: rgb(16,111,242); }
td.TdClassName
{
border-color: #106FF2;
}
.TagClassName
{
border-color: #106FF2;
}
</style>