Shades of Dodger Blue #1096E5
Tints of Dodger Blue #1096E5
RGB
CMYK
RGB Variations
Color information
#1096E5 (or 0x1096E5) is known color: Dodger Blue. HEX triplet: 10, 96 and E5. RGB value is (16,150,229). Sum of RGB (Red+Green+Blue) = 16+150+229=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #1096E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096E5 is #EF691A. Grayscale: #767676. Windows color (decimal): -15690011 or 15046160. OLE color: 15046160.
HSL color Cylindrical-coordinate representation of color #1096E5: hue angle of 202.25º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1096E5 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 150 | 229 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.10 |
| HSL | 202.25º | 0.87% | 0.48% | - |
| HSV(B) | 202.25º | 0.93% | 0.9% | - |
| XYZ | 25.26 | 27.58 | 78.12 | - |
| YUV | 118.94 | 190.11 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 229 | 0.93 | 0.34 | 0 | 0.10 | 202.25 | 0.87 | 0.48 |
| Hex | 10 | 96 | E5 | 5D | 22 | 0 | A | CA | 57 | 30 |
| Octal | 20 | 226 | 345 | 135 | 42 | 0 | 12 | 312 | 127 | 60 |
| Binary | 10000 | 10010110 | 11100101 | 1011101 | 100010 | 0 | 1010 | 11001010 | 1010111 | 110000 |
Color Harmonies of #1096E5
Complementary color
Monochromatic Colors of #1096E5
Black with #1096E5
Text Example
Text Example
White with #1096E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096E5; }
p { color: rgb(16,150,229); }
H1.HeaderClassName
{
color: #1096E5;
}
.AnyTagClassName
{
color: #1096E5;
}
</style>
background-color css
<style>
a { background-color: #1096E5; }
a { background-color: rgb(16,150,229); }
div.DivClassName
{
background-color: #1096E5;
}
.BgClassName
{
background-color: #1096E5;
}
</style>
border-color css
<style>
span { border-color: #1096E5; }
span { border-color: rgb(16,150,229); }
td.TdClassName
{
border-color: #1096E5;
}
.TagClassName
{
border-color: #1096E5;
}
</style>