Shades of Dodger Blue #109DEA
Tints of Dodger Blue #109DEA
RGB
CMYK
RGB Variations
Color information
#109DEA (or 0x109DEA) is known color: Dodger Blue. HEX triplet: 10, 9D and EA. RGB value is (16,157,234). Sum of RGB (Red+Green+Blue) = 16+157+234=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #109DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109DEA is #EF6215. Grayscale: #7B7B7B. Windows color (decimal): -15688214 or 15375632. OLE color: 15375632.
HSL color Cylindrical-coordinate representation of color #109DEA: hue angle of 201.19º 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 #109DEA is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 157 | 234 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.08 |
| HSL | 201.19º | 0.87% | 0.49% | - |
| HSV(B) | 201.19º | 0.93% | 0.92% | - |
| XYZ | 27.12 | 30.16 | 82.23 | - |
| YUV | 123.62 | 190.29 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 234 | 0.93 | 0.33 | 0 | 0.08 | 201.19 | 0.87 | 0.49 |
| Hex | 10 | 9D | EA | 5D | 21 | 0 | 8 | C9 | 57 | 31 |
| Octal | 20 | 235 | 352 | 135 | 41 | 0 | 10 | 311 | 127 | 61 |
| Binary | 10000 | 10011101 | 11101010 | 1011101 | 100001 | 0 | 1000 | 11001001 | 1010111 | 110001 |
Color Harmonies of #109DEA
Complementary color
Monochromatic Colors of #109DEA
Black with #109DEA
Text Example
Text Example
White with #109DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DEA; }
p { color: rgb(16,157,234); }
H1.HeaderClassName
{
color: #109DEA;
}
.AnyTagClassName
{
color: #109DEA;
}
</style>
background-color css
<style>
a { background-color: #109DEA; }
a { background-color: rgb(16,157,234); }
div.DivClassName
{
background-color: #109DEA;
}
.BgClassName
{
background-color: #109DEA;
}
</style>
border-color css
<style>
span { border-color: #109DEA; }
span { border-color: rgb(16,157,234); }
td.TdClassName
{
border-color: #109DEA;
}
.TagClassName
{
border-color: #109DEA;
}
</style>