Shades of Dodger Blue #109EF2
Tints of Dodger Blue #109EF2
RGB
CMYK
RGB Variations
Color information
#109EF2 (or 0x109EF2) is known color: Dodger Blue. HEX triplet: 10, 9E and F2. RGB value is (16,158,242). Sum of RGB (Red+Green+Blue) = 16+158+242=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #109EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109EF2 is #EF610D. Grayscale: #7C7C7C. Windows color (decimal): -15687950 or 15900176. OLE color: 15900176.
HSL color Cylindrical-coordinate representation of color #109EF2: hue angle of 202.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109EF2 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 158 | 242 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.05 |
| HSL | 202.3º | 0.9% | 0.51% | - |
| HSV(B) | 202.3º | 0.93% | 0.95% | - |
| XYZ | 28.47 | 30.97 | 88.48 | - |
| YUV | 125.12 | 193.96 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 242 | 0.93 | 0.35 | 0 | 0.05 | 202.3 | 0.9 | 0.51 |
| Hex | 10 | 9E | F2 | 5D | 23 | 0 | 5 | CA | 5A | 33 |
| Octal | 20 | 236 | 362 | 135 | 43 | 0 | 5 | 312 | 132 | 63 |
| Binary | 10000 | 10011110 | 11110010 | 1011101 | 100011 | 0 | 101 | 11001010 | 1011010 | 110011 |
Color Harmonies of #109EF2
Complementary color
Monochromatic Colors of #109EF2
Black with #109EF2
Text Example
Text Example
White with #109EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EF2; }
p { color: rgb(16,158,242); }
H1.HeaderClassName
{
color: #109EF2;
}
.AnyTagClassName
{
color: #109EF2;
}
</style>
background-color css
<style>
a { background-color: #109EF2; }
a { background-color: rgb(16,158,242); }
div.DivClassName
{
background-color: #109EF2;
}
.BgClassName
{
background-color: #109EF2;
}
</style>
border-color css
<style>
span { border-color: #109EF2; }
span { border-color: rgb(16,158,242); }
td.TdClassName
{
border-color: #109EF2;
}
.TagClassName
{
border-color: #109EF2;
}
</style>