Shades of Dodger Blue #109FFA
Tints of Dodger Blue #109FFA
RGB
CMYK
RGB Variations
Color information
#109FFA (or 0x109FFA) is known color: Dodger Blue. HEX triplet: 10, 9F and FA. RGB value is (16,159,250). Sum of RGB (Red+Green+Blue) = 16+159+250=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #109FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109FFA is #EF6005. Grayscale: #7E7E7E. Windows color (decimal): -15687686 or 16424720. OLE color: 16424720.
HSL color Cylindrical-coordinate representation of color #109FFA: hue angle of 203.33º 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 #109FFA is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 159 | 250 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.02 |
| HSL | 203.33º | 0.96% | 0.52% | - |
| HSV(B) | 203.33º | 0.94% | 0.98% | - |
| XYZ | 29.87 | 31.81 | 95.01 | - |
| YUV | 126.62 | 197.62 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 250 | 0.94 | 0.36 | 0 | 0.02 | 203.33 | 0.96 | 0.52 |
| Hex | 10 | 9F | FA | 5E | 24 | 0 | 2 | CB | 60 | 34 |
| Octal | 20 | 237 | 372 | 136 | 44 | 0 | 2 | 313 | 140 | 64 |
| Binary | 10000 | 10011111 | 11111010 | 1011110 | 100100 | 0 | 10 | 11001011 | 1100000 | 110100 |
Color Harmonies of #109FFA
Complementary color
Monochromatic Colors of #109FFA
Black with #109FFA
Text Example
Text Example
White with #109FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FFA; }
p { color: rgb(16,159,250); }
H1.HeaderClassName
{
color: #109FFA;
}
.AnyTagClassName
{
color: #109FFA;
}
</style>
background-color css
<style>
a { background-color: #109FFA; }
a { background-color: rgb(16,159,250); }
div.DivClassName
{
background-color: #109FFA;
}
.BgClassName
{
background-color: #109FFA;
}
</style>
border-color css
<style>
span { border-color: #109FFA; }
span { border-color: rgb(16,159,250); }
td.TdClassName
{
border-color: #109FFA;
}
.TagClassName
{
border-color: #109FFA;
}
</style>