Shades of Dodger Blue #109DFF
Tints of Dodger Blue #109DFF
RGB
CMYK
RGB Variations
Color information
#109DFF (or 0x109DFF) is known color: Dodger Blue. HEX triplet: 10, 9D and FF. RGB value is (16,157,255). Sum of RGB (Red+Green+Blue) = 16+157+255=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #109DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109DFF is #EF6200. Grayscale: #7D7D7D. Windows color (decimal): -15688193 or 16751888. OLE color: 16751888.
HSL color Cylindrical-coordinate representation of color #109DFF: hue angle of 204.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #109DFF is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 157 | 255 | - |
| CMYK | 0.94 | 0.38 | 0 | 0 |
| HSL | 204.6º | 1% | 0.53% | - |
| HSV(B) | 204.6º | 0.94% | 1% | - |
| XYZ | 30.32 | 31.44 | 99.08 | - |
| YUV | 126.01 | 200.79 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 255 | 0.94 | 0.38 | 0 | 0 | 204.6 | 1 | 0.53 |
| Hex | 10 | 9D | FF | 5E | 26 | 0 | 0 | CD | 64 | 35 |
| Octal | 20 | 235 | 377 | 136 | 46 | 0 | 0 | 315 | 144 | 65 |
| Binary | 10000 | 10011101 | 11111111 | 1011110 | 100110 | 0 | 0 | 11001101 | 1100100 | 110101 |
Color Harmonies of #109DFF
Complementary color
Monochromatic Colors of #109DFF
Black with #109DFF
Text Example
Text Example
White with #109DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DFF; }
p { color: rgb(16,157,255); }
H1.HeaderClassName
{
color: #109DFF;
}
.AnyTagClassName
{
color: #109DFF;
}
</style>
background-color css
<style>
a { background-color: #109DFF; }
a { background-color: rgb(16,157,255); }
div.DivClassName
{
background-color: #109DFF;
}
.BgClassName
{
background-color: #109DFF;
}
</style>
border-color css
<style>
span { border-color: #109DFF; }
span { border-color: rgb(16,157,255); }
td.TdClassName
{
border-color: #109DFF;
}
.TagClassName
{
border-color: #109DFF;
}
</style>