Shades of Dodger Blue #109EEF
Tints of Dodger Blue #109EEF
RGB
CMYK
RGB Variations
Color information
#109EEF (or 0x109EEF) is known color: Dodger Blue. HEX triplet: 10, 9E and EF. RGB value is (16,158,239). Sum of RGB (Red+Green+Blue) = 16+158+239=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #109EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109EEF is #EF6110. Grayscale: #7C7C7C. Windows color (decimal): -15687953 or 15703568. OLE color: 15703568.
HSL color Cylindrical-coordinate representation of color #109EEF: hue angle of 201.79º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109EEF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 158 | 239 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.06 |
| HSL | 201.79º | 0.87% | 0.5% | - |
| HSV(B) | 201.79º | 0.93% | 0.94% | - |
| XYZ | 28.02 | 30.8 | 86.13 | - |
| YUV | 124.78 | 192.46 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 239 | 0.93 | 0.34 | 0 | 0.06 | 201.79 | 0.87 | 0.5 |
| Hex | 10 | 9E | EF | 5D | 22 | 0 | 6 | CA | 57 | 32 |
| Octal | 20 | 236 | 357 | 135 | 42 | 0 | 6 | 312 | 127 | 62 |
| Binary | 10000 | 10011110 | 11101111 | 1011101 | 100010 | 0 | 110 | 11001010 | 1010111 | 110010 |
Color Harmonies of #109EEF
Complementary color
Monochromatic Colors of #109EEF
Black with #109EEF
Text Example
Text Example
White with #109EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EEF; }
p { color: rgb(16,158,239); }
H1.HeaderClassName
{
color: #109EEF;
}
.AnyTagClassName
{
color: #109EEF;
}
</style>
background-color css
<style>
a { background-color: #109EEF; }
a { background-color: rgb(16,158,239); }
div.DivClassName
{
background-color: #109EEF;
}
.BgClassName
{
background-color: #109EEF;
}
</style>
border-color css
<style>
span { border-color: #109EEF; }
span { border-color: rgb(16,158,239); }
td.TdClassName
{
border-color: #109EEF;
}
.TagClassName
{
border-color: #109EEF;
}
</style>