Shades of Dodger Blue #109CFF
Tints of Dodger Blue #109CFF
RGB
CMYK
RGB Variations
Color information
#109CFF (or 0x109CFF) is known color: Dodger Blue. HEX triplet: 10, 9C and FF. RGB value is (16,156,255). Sum of RGB (Red+Green+Blue) = 16+156+255=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #109CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109CFF is #EF6300. Grayscale: #7C7C7C. Windows color (decimal): -15688449 or 16751632. OLE color: 16751632.
HSL color Cylindrical-coordinate representation of color #109CFF: hue angle of 204.85º 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 #109CFF is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 156 | 255 | - |
| CMYK | 0.94 | 0.39 | 0 | 0 |
| HSL | 204.85º | 1% | 0.53% | - |
| HSV(B) | 204.85º | 0.94% | 1% | - |
| XYZ | 30.15 | 31.11 | 99.02 | - |
| YUV | 125.43 | 201.12 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 255 | 0.94 | 0.39 | 0 | 0 | 204.85 | 1 | 0.53 |
| Hex | 10 | 9C | FF | 5E | 27 | 0 | 0 | CD | 64 | 35 |
| Octal | 20 | 234 | 377 | 136 | 47 | 0 | 0 | 315 | 144 | 65 |
| Binary | 10000 | 10011100 | 11111111 | 1011110 | 100111 | 0 | 0 | 11001101 | 1100100 | 110101 |
Color Harmonies of #109CFF
Complementary color
Monochromatic Colors of #109CFF
Black with #109CFF
Text Example
Text Example
White with #109CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CFF; }
p { color: rgb(16,156,255); }
H1.HeaderClassName
{
color: #109CFF;
}
.AnyTagClassName
{
color: #109CFF;
}
</style>
background-color css
<style>
a { background-color: #109CFF; }
a { background-color: rgb(16,156,255); }
div.DivClassName
{
background-color: #109CFF;
}
.BgClassName
{
background-color: #109CFF;
}
</style>
border-color css
<style>
span { border-color: #109CFF; }
span { border-color: rgb(16,156,255); }
td.TdClassName
{
border-color: #109CFF;
}
.TagClassName
{
border-color: #109CFF;
}
</style>