Shades of Dodger Blue #109CFD
Tints of Dodger Blue #109CFD
RGB
CMYK
RGB Variations
Color information
#109CFD (or 0x109CFD) is known color: Dodger Blue. HEX triplet: 10, 9C and FD. RGB value is (16,156,253). Sum of RGB (Red+Green+Blue) = 16+156+253=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #109CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109CFD is #EF6302. Grayscale: #7C7C7C. Windows color (decimal): -15688451 or 16620560. OLE color: 16620560.
HSL color Cylindrical-coordinate representation of color #109CFD: hue angle of 204.56º 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 #109CFD is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 156 | 253 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.01 |
| HSL | 204.56º | 0.98% | 0.53% | - |
| HSV(B) | 204.56º | 0.94% | 0.99% | - |
| XYZ | 29.83 | 30.98 | 97.34 | - |
| YUV | 125.2 | 200.12 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 253 | 0.94 | 0.38 | 0 | 0.01 | 204.56 | 0.98 | 0.53 |
| Hex | 10 | 9C | FD | 5E | 26 | 0 | 1 | CD | 62 | 35 |
| Octal | 20 | 234 | 375 | 136 | 46 | 0 | 1 | 315 | 142 | 65 |
| Binary | 10000 | 10011100 | 11111101 | 1011110 | 100110 | 0 | 1 | 11001101 | 1100010 | 110101 |
Color Harmonies of #109CFD
Complementary color
Monochromatic Colors of #109CFD
Black with #109CFD
Text Example
Text Example
White with #109CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CFD; }
p { color: rgb(16,156,253); }
H1.HeaderClassName
{
color: #109CFD;
}
.AnyTagClassName
{
color: #109CFD;
}
</style>
background-color css
<style>
a { background-color: #109CFD; }
a { background-color: rgb(16,156,253); }
div.DivClassName
{
background-color: #109CFD;
}
.BgClassName
{
background-color: #109CFD;
}
</style>
border-color css
<style>
span { border-color: #109CFD; }
span { border-color: rgb(16,156,253); }
td.TdClassName
{
border-color: #109CFD;
}
.TagClassName
{
border-color: #109CFD;
}
</style>