Shades of Dodger Blue #109DEC
Tints of Dodger Blue #109DEC
RGB
CMYK
RGB Variations
Color information
#109DEC (or 0x109DEC) is known color: Dodger Blue. HEX triplet: 10, 9D and EC. RGB value is (16,157,236). Sum of RGB (Red+Green+Blue) = 16+157+236=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #109DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109DEC is #EF6213. Grayscale: #7B7B7B. Windows color (decimal): -15688212 or 15506704. OLE color: 15506704.
HSL color Cylindrical-coordinate representation of color #109DEC: hue angle of 201.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109DEC is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 157 | 236 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.07 |
| HSL | 201.55º | 0.87% | 0.49% | - |
| HSV(B) | 201.55º | 0.93% | 0.93% | - |
| XYZ | 27.41 | 30.28 | 83.76 | - |
| YUV | 123.85 | 191.29 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 236 | 0.93 | 0.33 | 0 | 0.07 | 201.55 | 0.87 | 0.49 |
| Hex | 10 | 9D | EC | 5D | 21 | 0 | 7 | CA | 57 | 31 |
| Octal | 20 | 235 | 354 | 135 | 41 | 0 | 7 | 312 | 127 | 61 |
| Binary | 10000 | 10011101 | 11101100 | 1011101 | 100001 | 0 | 111 | 11001010 | 1010111 | 110001 |
Color Harmonies of #109DEC
Complementary color
Monochromatic Colors of #109DEC
Black with #109DEC
Text Example
Text Example
White with #109DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DEC; }
p { color: rgb(16,157,236); }
H1.HeaderClassName
{
color: #109DEC;
}
.AnyTagClassName
{
color: #109DEC;
}
</style>
background-color css
<style>
a { background-color: #109DEC; }
a { background-color: rgb(16,157,236); }
div.DivClassName
{
background-color: #109DEC;
}
.BgClassName
{
background-color: #109DEC;
}
</style>
border-color css
<style>
span { border-color: #109DEC; }
span { border-color: rgb(16,157,236); }
td.TdClassName
{
border-color: #109DEC;
}
.TagClassName
{
border-color: #109DEC;
}
</style>