Shades of Dodger Blue #109FFF
Tints of Dodger Blue #109FFF
RGB
CMYK
RGB Variations
Color information
#109FFF (or 0x109FFF) is known color: Dodger Blue. HEX triplet: 10, 9F and FF. RGB value is (16,159,255). Sum of RGB (Red+Green+Blue) = 16+159+255=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #109FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109FFF is #EF6000. Grayscale: #7E7E7E. Windows color (decimal): -15687681 or 16752400. OLE color: 16752400.
HSL color Cylindrical-coordinate representation of color #109FFF: hue angle of 204.1º 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 #109FFF is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 159 | 255 | - |
| CMYK | 0.94 | 0.38 | 0 | 0 |
| HSL | 204.1º | 1% | 0.53% | - |
| HSV(B) | 204.1º | 0.94% | 1% | - |
| XYZ | 30.66 | 32.13 | 99.19 | - |
| YUV | 127.19 | 200.12 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 255 | 0.94 | 0.38 | 0 | 0 | 204.1 | 1 | 0.53 |
| Hex | 10 | 9F | FF | 5E | 26 | 0 | 0 | CC | 64 | 35 |
| Octal | 20 | 237 | 377 | 136 | 46 | 0 | 0 | 314 | 144 | 65 |
| Binary | 10000 | 10011111 | 11111111 | 1011110 | 100110 | 0 | 0 | 11001100 | 1100100 | 110101 |
Color Harmonies of #109FFF
Complementary color
Monochromatic Colors of #109FFF
Black with #109FFF
Text Example
Text Example
White with #109FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FFF; }
p { color: rgb(16,159,255); }
H1.HeaderClassName
{
color: #109FFF;
}
.AnyTagClassName
{
color: #109FFF;
}
</style>
background-color css
<style>
a { background-color: #109FFF; }
a { background-color: rgb(16,159,255); }
div.DivClassName
{
background-color: #109FFF;
}
.BgClassName
{
background-color: #109FFF;
}
</style>
border-color css
<style>
span { border-color: #109FFF; }
span { border-color: rgb(16,159,255); }
td.TdClassName
{
border-color: #109FFF;
}
.TagClassName
{
border-color: #109FFF;
}
</style>