Shades of Dodger Blue #1096EA
Tints of Dodger Blue #1096EA
RGB
CMYK
RGB Variations
Color information
#1096EA (or 0x1096EA) is known color: Dodger Blue. HEX triplet: 10, 96 and EA. RGB value is (16,150,234). Sum of RGB (Red+Green+Blue) = 16+150+234=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #1096EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1096EA is #EF6915. Grayscale: #777777. Windows color (decimal): -15690006 or 15373840. OLE color: 15373840.
HSL color Cylindrical-coordinate representation of color #1096EA: hue angle of 203.12º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1096EA is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 150 | 234 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.08 |
| HSL | 203.12º | 0.87% | 0.49% | - |
| HSV(B) | 203.12º | 0.93% | 0.92% | - |
| XYZ | 25.97 | 27.86 | 81.85 | - |
| YUV | 119.51 | 192.61 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 234 | 0.93 | 0.36 | 0 | 0.08 | 203.12 | 0.87 | 0.49 |
| Hex | 10 | 96 | EA | 5D | 24 | 0 | 8 | CB | 57 | 31 |
| Octal | 20 | 226 | 352 | 135 | 44 | 0 | 10 | 313 | 127 | 61 |
| Binary | 10000 | 10010110 | 11101010 | 1011101 | 100100 | 0 | 1000 | 11001011 | 1010111 | 110001 |
Color Harmonies of #1096EA
Complementary color
Monochromatic Colors of #1096EA
Black with #1096EA
Text Example
Text Example
White with #1096EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096EA; }
p { color: rgb(16,150,234); }
H1.HeaderClassName
{
color: #1096EA;
}
.AnyTagClassName
{
color: #1096EA;
}
</style>
background-color css
<style>
a { background-color: #1096EA; }
a { background-color: rgb(16,150,234); }
div.DivClassName
{
background-color: #1096EA;
}
.BgClassName
{
background-color: #1096EA;
}
</style>
border-color css
<style>
span { border-color: #1096EA; }
span { border-color: rgb(16,150,234); }
td.TdClassName
{
border-color: #1096EA;
}
.TagClassName
{
border-color: #1096EA;
}
</style>