Shades of Dodger Blue #109FFD
Tints of Dodger Blue #109FFD
RGB
CMYK
RGB Variations
Color information
#109FFD (or 0x109FFD) is known color: Dodger Blue. HEX triplet: 10, 9F and FD. RGB value is (16,159,253). Sum of RGB (Red+Green+Blue) = 16+159+253=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #109FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109FFD is #EF6002. Grayscale: #7E7E7E. Windows color (decimal): -15687683 or 16621328. OLE color: 16621328.
HSL color Cylindrical-coordinate representation of color #109FFD: hue angle of 203.8º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #109FFD is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 159 | 253 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.01 |
| HSL | 203.8º | 0.98% | 0.53% | - |
| HSV(B) | 203.8º | 0.94% | 0.99% | - |
| XYZ | 30.34 | 32 | 97.51 | - |
| YUV | 126.96 | 199.12 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 253 | 0.94 | 0.37 | 0 | 0.01 | 203.8 | 0.98 | 0.53 |
| Hex | 10 | 9F | FD | 5E | 25 | 0 | 1 | CC | 62 | 35 |
| Octal | 20 | 237 | 375 | 136 | 45 | 0 | 1 | 314 | 142 | 65 |
| Binary | 10000 | 10011111 | 11111101 | 1011110 | 100101 | 0 | 1 | 11001100 | 1100010 | 110101 |
Color Harmonies of #109FFD
Complementary color
Monochromatic Colors of #109FFD
Black with #109FFD
Text Example
Text Example
White with #109FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FFD; }
p { color: rgb(16,159,253); }
H1.HeaderClassName
{
color: #109FFD;
}
.AnyTagClassName
{
color: #109FFD;
}
</style>
background-color css
<style>
a { background-color: #109FFD; }
a { background-color: rgb(16,159,253); }
div.DivClassName
{
background-color: #109FFD;
}
.BgClassName
{
background-color: #109FFD;
}
</style>
border-color css
<style>
span { border-color: #109FFD; }
span { border-color: rgb(16,159,253); }
td.TdClassName
{
border-color: #109FFD;
}
.TagClassName
{
border-color: #109FFD;
}
</style>