Shades of Dodger Blue #116EF2
Tints of Dodger Blue #116EF2
RGB
CMYK
RGB Variations
Color information
#116EF2 (or 0x116EF2) is known color: Dodger Blue. HEX triplet: 11, 6E and F2. RGB value is (17,110,242). Sum of RGB (Red+Green+Blue) = 17+110+242=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #116EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EF2 is #EE910D. Grayscale: #606060. Windows color (decimal): -15634702 or 15887889. OLE color: 15887889.
HSL color Cylindrical-coordinate representation of color #116EF2: hue angle of 215.2º 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 #116EF2 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 110 | 242 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.05 |
| HSL | 215.2º | 0.9% | 0.51% | - |
| HSV(B) | 215.2º | 0.93% | 0.95% | - |
| XYZ | 21.83 | 17.68 | 86.27 | - |
| YUV | 97.24 | 209.69 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 242 | 0.93 | 0.55 | 0 | 0.05 | 215.2 | 0.9 | 0.51 |
| Hex | 11 | 6E | F2 | 5D | 37 | 0 | 5 | D7 | 5A | 33 |
| Octal | 21 | 156 | 362 | 135 | 67 | 0 | 5 | 327 | 132 | 63 |
| Binary | 10001 | 1101110 | 11110010 | 1011101 | 110111 | 0 | 101 | 11010111 | 1011010 | 110011 |
Color Harmonies of #116EF2
Complementary color
Monochromatic Colors of #116EF2
Black with #116EF2
Text Example
Text Example
White with #116EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EF2; }
p { color: rgb(17,110,242); }
H1.HeaderClassName
{
color: #116EF2;
}
.AnyTagClassName
{
color: #116EF2;
}
</style>
background-color css
<style>
a { background-color: #116EF2; }
a { background-color: rgb(17,110,242); }
div.DivClassName
{
background-color: #116EF2;
}
.BgClassName
{
background-color: #116EF2;
}
</style>
border-color css
<style>
span { border-color: #116EF2; }
span { border-color: rgb(17,110,242); }
td.TdClassName
{
border-color: #116EF2;
}
.TagClassName
{
border-color: #116EF2;
}
</style>