Shades of Dodger Blue #109EE9
Tints of Dodger Blue #109EE9
RGB
CMYK
RGB Variations
Color information
#109EE9 (or 0x109EE9) is known color: Dodger Blue. HEX triplet: 10, 9E and E9. RGB value is (16,158,233). Sum of RGB (Red+Green+Blue) = 16+158+233=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #109EE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109EE9 is #EF6116. Grayscale: #7B7B7B. Windows color (decimal): -15687959 or 15310352. OLE color: 15310352.
HSL color Cylindrical-coordinate representation of color #109EE9: hue angle of 200.74º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109EE9 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 158 | 233 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.09 |
| HSL | 200.74º | 0.87% | 0.49% | - |
| HSV(B) | 200.74º | 0.93% | 0.91% | - |
| XYZ | 27.15 | 30.45 | 81.54 | - |
| YUV | 124.09 | 189.46 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 233 | 0.93 | 0.32 | 0 | 0.09 | 200.74 | 0.87 | 0.49 |
| Hex | 10 | 9E | E9 | 5D | 20 | 0 | 9 | C9 | 57 | 31 |
| Octal | 20 | 236 | 351 | 135 | 40 | 0 | 11 | 311 | 127 | 61 |
| Binary | 10000 | 10011110 | 11101001 | 1011101 | 100000 | 0 | 1001 | 11001001 | 1010111 | 110001 |
Color Harmonies of #109EE9
Complementary color
Monochromatic Colors of #109EE9
Black with #109EE9
Text Example
Text Example
White with #109EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EE9; }
p { color: rgb(16,158,233); }
H1.HeaderClassName
{
color: #109EE9;
}
.AnyTagClassName
{
color: #109EE9;
}
</style>
background-color css
<style>
a { background-color: #109EE9; }
a { background-color: rgb(16,158,233); }
div.DivClassName
{
background-color: #109EE9;
}
.BgClassName
{
background-color: #109EE9;
}
</style>
border-color css
<style>
span { border-color: #109EE9; }
span { border-color: rgb(16,158,233); }
td.TdClassName
{
border-color: #109EE9;
}
.TagClassName
{
border-color: #109EE9;
}
</style>