Shades of Dodger Blue #1096F6
Tints of Dodger Blue #1096F6
RGB
CMYK
RGB Variations
Color information
#1096F6 (or 0x1096F6) is known color: Dodger Blue. HEX triplet: 10, 96 and F6. RGB value is (16,150,246). Sum of RGB (Red+Green+Blue) = 16+150+246=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #1096F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1096F6 is #EF6909. Grayscale: #787878. Windows color (decimal): -15689994 or 16160272. OLE color: 16160272.
HSL color Cylindrical-coordinate representation of color #1096F6: hue angle of 205.04º degrees, saturation: 0.93, 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 #1096F6 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 150 | 246 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.04 |
| HSL | 205.04º | 0.93% | 0.51% | - |
| HSV(B) | 205.04º | 0.93% | 0.96% | - |
| XYZ | 27.75 | 28.58 | 91.24 | - |
| YUV | 120.88 | 198.61 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 246 | 0.93 | 0.39 | 0 | 0.04 | 205.04 | 0.93 | 0.51 |
| Hex | 10 | 96 | F6 | 5D | 27 | 0 | 4 | CD | 5D | 33 |
| Octal | 20 | 226 | 366 | 135 | 47 | 0 | 4 | 315 | 135 | 63 |
| Binary | 10000 | 10010110 | 11110110 | 1011101 | 100111 | 0 | 100 | 11001101 | 1011101 | 110011 |
Color Harmonies of #1096F6
Complementary color
Monochromatic Colors of #1096F6
Black with #1096F6
Text Example
Text Example
White with #1096F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096F6; }
p { color: rgb(16,150,246); }
H1.HeaderClassName
{
color: #1096F6;
}
.AnyTagClassName
{
color: #1096F6;
}
</style>
background-color css
<style>
a { background-color: #1096F6; }
a { background-color: rgb(16,150,246); }
div.DivClassName
{
background-color: #1096F6;
}
.BgClassName
{
background-color: #1096F6;
}
</style>
border-color css
<style>
span { border-color: #1096F6; }
span { border-color: rgb(16,150,246); }
td.TdClassName
{
border-color: #1096F6;
}
.TagClassName
{
border-color: #1096F6;
}
</style>