Shades of Dodger Blue #109BFC
Tints of Dodger Blue #109BFC
RGB
CMYK
RGB Variations
Color information
#109BFC (or 0x109BFC) is known color: Dodger Blue. HEX triplet: 10, 9B and FC. RGB value is (16,155,252). Sum of RGB (Red+Green+Blue) = 16+155+252=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #109BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109BFC is #EF6403. Grayscale: #7B7B7B. Windows color (decimal): -15688708 or 16554768. OLE color: 16554768.
HSL color Cylindrical-coordinate representation of color #109BFC: hue angle of 204.66º 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 #109BFC is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 155 | 252 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.01 |
| HSL | 204.66º | 0.98% | 0.53% | - |
| HSV(B) | 204.66º | 0.94% | 0.99% | - |
| XYZ | 29.51 | 30.58 | 96.44 | - |
| YUV | 124.5 | 199.95 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 252 | 0.94 | 0.38 | 0 | 0.01 | 204.66 | 0.98 | 0.53 |
| Hex | 10 | 9B | FC | 5E | 26 | 0 | 1 | CD | 62 | 35 |
| Octal | 20 | 233 | 374 | 136 | 46 | 0 | 1 | 315 | 142 | 65 |
| Binary | 10000 | 10011011 | 11111100 | 1011110 | 100110 | 0 | 1 | 11001101 | 1100010 | 110101 |
Color Harmonies of #109BFC
Complementary color
Monochromatic Colors of #109BFC
Black with #109BFC
Text Example
Text Example
White with #109BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BFC; }
p { color: rgb(16,155,252); }
H1.HeaderClassName
{
color: #109BFC;
}
.AnyTagClassName
{
color: #109BFC;
}
</style>
background-color css
<style>
a { background-color: #109BFC; }
a { background-color: rgb(16,155,252); }
div.DivClassName
{
background-color: #109BFC;
}
.BgClassName
{
background-color: #109BFC;
}
</style>
border-color css
<style>
span { border-color: #109BFC; }
span { border-color: rgb(16,155,252); }
td.TdClassName
{
border-color: #109BFC;
}
.TagClassName
{
border-color: #109BFC;
}
</style>