Shades of Dodger Blue #109AF3
Tints of Dodger Blue #109AF3
RGB
CMYK
RGB Variations
Color information
#109AF3 (or 0x109AF3) is known color: Dodger Blue. HEX triplet: 10, 9A and F3. RGB value is (16,154,243). Sum of RGB (Red+Green+Blue) = 16+154+243=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #109AF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109AF3 is #EF650C. Grayscale: #7A7A7A. Windows color (decimal): -15688973 or 15964688. OLE color: 15964688.
HSL color Cylindrical-coordinate representation of color #109AF3: hue angle of 203.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109AF3 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 154 | 243 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.05 |
| HSL | 203.52º | 0.9% | 0.51% | - |
| HSV(B) | 203.52º | 0.93% | 0.95% | - |
| XYZ | 27.95 | 29.69 | 89.05 | - |
| YUV | 122.88 | 195.78 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 243 | 0.93 | 0.37 | 0 | 0.05 | 203.52 | 0.9 | 0.51 |
| Hex | 10 | 9A | F3 | 5D | 25 | 0 | 5 | CC | 5A | 33 |
| Octal | 20 | 232 | 363 | 135 | 45 | 0 | 5 | 314 | 132 | 63 |
| Binary | 10000 | 10011010 | 11110011 | 1011101 | 100101 | 0 | 101 | 11001100 | 1011010 | 110011 |
Color Harmonies of #109AF3
Complementary color
Monochromatic Colors of #109AF3
Black with #109AF3
Text Example
Text Example
White with #109AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AF3; }
p { color: rgb(16,154,243); }
H1.HeaderClassName
{
color: #109AF3;
}
.AnyTagClassName
{
color: #109AF3;
}
</style>
background-color css
<style>
a { background-color: #109AF3; }
a { background-color: rgb(16,154,243); }
div.DivClassName
{
background-color: #109AF3;
}
.BgClassName
{
background-color: #109AF3;
}
</style>
border-color css
<style>
span { border-color: #109AF3; }
span { border-color: rgb(16,154,243); }
td.TdClassName
{
border-color: #109AF3;
}
.TagClassName
{
border-color: #109AF3;
}
</style>