Shades of Dodger Blue #109FED
Tints of Dodger Blue #109FED
RGB
CMYK
RGB Variations
Color information
#109FED (or 0x109FED) is known color: Dodger Blue. HEX triplet: 10, 9F and ED. RGB value is (16,159,237). Sum of RGB (Red+Green+Blue) = 16+159+237=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #109FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109FED is #EF6012. Grayscale: #7C7C7C. Windows color (decimal): -15687699 or 15572752. OLE color: 15572752.
HSL color Cylindrical-coordinate representation of color #109FED: hue angle of 201.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109FED is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 159 | 237 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.07 |
| HSL | 201.18º | 0.87% | 0.5% | - |
| HSV(B) | 201.18º | 0.93% | 0.93% | - |
| XYZ | 27.9 | 31.02 | 84.64 | - |
| YUV | 125.14 | 191.12 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 237 | 0.93 | 0.33 | 0 | 0.07 | 201.18 | 0.87 | 0.5 |
| Hex | 10 | 9F | ED | 5D | 21 | 0 | 7 | C9 | 57 | 32 |
| Octal | 20 | 237 | 355 | 135 | 41 | 0 | 7 | 311 | 127 | 62 |
| Binary | 10000 | 10011111 | 11101101 | 1011101 | 100001 | 0 | 111 | 11001001 | 1010111 | 110010 |
Color Harmonies of #109FED
Complementary color
Monochromatic Colors of #109FED
Black with #109FED
Text Example
Text Example
White with #109FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FED; }
p { color: rgb(16,159,237); }
H1.HeaderClassName
{
color: #109FED;
}
.AnyTagClassName
{
color: #109FED;
}
</style>
background-color css
<style>
a { background-color: #109FED; }
a { background-color: rgb(16,159,237); }
div.DivClassName
{
background-color: #109FED;
}
.BgClassName
{
background-color: #109FED;
}
</style>
border-color css
<style>
span { border-color: #109FED; }
span { border-color: rgb(16,159,237); }
td.TdClassName
{
border-color: #109FED;
}
.TagClassName
{
border-color: #109FED;
}
</style>