Shades of Dodger Blue #109DFA
Tints of Dodger Blue #109DFA
RGB
CMYK
RGB Variations
Color information
#109DFA (or 0x109DFA) is known color: Dodger Blue. HEX triplet: 10, 9D and FA. RGB value is (16,157,250). Sum of RGB (Red+Green+Blue) = 16+157+250=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #109DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109DFA is #EF6205. Grayscale: #7C7C7C. Windows color (decimal): -15688198 or 16424208. OLE color: 16424208.
HSL color Cylindrical-coordinate representation of color #109DFA: hue angle of 203.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #109DFA is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 157 | 250 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.02 |
| HSL | 203.85º | 0.96% | 0.52% | - |
| HSV(B) | 203.85º | 0.94% | 0.98% | - |
| XYZ | 29.53 | 31.13 | 94.89 | - |
| YUV | 125.44 | 198.29 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 250 | 0.94 | 0.37 | 0 | 0.02 | 203.85 | 0.96 | 0.52 |
| Hex | 10 | 9D | FA | 5E | 25 | 0 | 2 | CC | 60 | 34 |
| Octal | 20 | 235 | 372 | 136 | 45 | 0 | 2 | 314 | 140 | 64 |
| Binary | 10000 | 10011101 | 11111010 | 1011110 | 100101 | 0 | 10 | 11001100 | 1100000 | 110100 |
Color Harmonies of #109DFA
Complementary color
Monochromatic Colors of #109DFA
Black with #109DFA
Text Example
Text Example
White with #109DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DFA; }
p { color: rgb(16,157,250); }
H1.HeaderClassName
{
color: #109DFA;
}
.AnyTagClassName
{
color: #109DFA;
}
</style>
background-color css
<style>
a { background-color: #109DFA; }
a { background-color: rgb(16,157,250); }
div.DivClassName
{
background-color: #109DFA;
}
.BgClassName
{
background-color: #109DFA;
}
</style>
border-color css
<style>
span { border-color: #109DFA; }
span { border-color: rgb(16,157,250); }
td.TdClassName
{
border-color: #109DFA;
}
.TagClassName
{
border-color: #109DFA;
}
</style>