Shades of Dodger Blue #109AF7
Tints of Dodger Blue #109AF7
RGB
CMYK
RGB Variations
Color information
#109AF7 (or 0x109AF7) is known color: Dodger Blue. HEX triplet: 10, 9A and F7. RGB value is (16,154,247). Sum of RGB (Red+Green+Blue) = 16+154+247=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 247 (96.88% from 255 or 59.23% from 417); Max value from RGB is 247 - color contains mainly: blue. Hex color #109AF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109AF7 is #EF6508. Grayscale: #7A7A7A. Windows color (decimal): -15688969 or 16226832. OLE color: 16226832.
HSL color Cylindrical-coordinate representation of color #109AF7: hue angle of 204.16º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #109AF7 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 154 | 247 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.03 |
| HSL | 204.16º | 0.94% | 0.52% | - |
| HSV(B) | 204.16º | 0.94% | 0.97% | - |
| XYZ | 28.56 | 29.94 | 92.27 | - |
| YUV | 123.34 | 197.78 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 247 | 0.94 | 0.38 | 0 | 0.03 | 204.16 | 0.94 | 0.52 |
| Hex | 10 | 9A | F7 | 5E | 26 | 0 | 3 | CC | 5E | 34 |
| Octal | 20 | 232 | 367 | 136 | 46 | 0 | 3 | 314 | 136 | 64 |
| Binary | 10000 | 10011010 | 11110111 | 1011110 | 100110 | 0 | 11 | 11001100 | 1011110 | 110100 |
Color Harmonies of #109AF7
Complementary color
Monochromatic Colors of #109AF7
Black with #109AF7
Text Example
Text Example
White with #109AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AF7; }
p { color: rgb(16,154,247); }
H1.HeaderClassName
{
color: #109AF7;
}
.AnyTagClassName
{
color: #109AF7;
}
</style>
background-color css
<style>
a { background-color: #109AF7; }
a { background-color: rgb(16,154,247); }
div.DivClassName
{
background-color: #109AF7;
}
.BgClassName
{
background-color: #109AF7;
}
</style>
border-color css
<style>
span { border-color: #109AF7; }
span { border-color: rgb(16,154,247); }
td.TdClassName
{
border-color: #109AF7;
}
.TagClassName
{
border-color: #109AF7;
}
</style>