Shades of Dodger Blue #116DF2
Tints of Dodger Blue #116DF2
RGB
CMYK
RGB Variations
Color information
#116DF2 (or 0x116DF2) is known color: Dodger Blue. HEX triplet: 11, 6D and F2. RGB value is (17,109,242). Sum of RGB (Red+Green+Blue) = 17+109+242=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 242 (94.92% from 255 or 65.76% from 368); Max value from RGB is 242 - color contains mainly: blue. Hex color #116DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DF2 is #EE920D. Grayscale: #606060. Windows color (decimal): -15634958 or 15887633. OLE color: 15887633.
HSL color Cylindrical-coordinate representation of color #116DF2: hue angle of 215.47º 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 #116DF2 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 109 | 242 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.05 |
| HSL | 215.47º | 0.9% | 0.51% | - |
| HSV(B) | 215.47º | 0.93% | 0.95% | - |
| XYZ | 21.73 | 17.47 | 86.23 | - |
| YUV | 96.65 | 210.02 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 242 | 0.93 | 0.55 | 0 | 0.05 | 215.47 | 0.9 | 0.51 |
| Hex | 11 | 6D | F2 | 5D | 37 | 0 | 5 | D7 | 5A | 33 |
| Octal | 21 | 155 | 362 | 135 | 67 | 0 | 5 | 327 | 132 | 63 |
| Binary | 10001 | 1101101 | 11110010 | 1011101 | 110111 | 0 | 101 | 11010111 | 1011010 | 110011 |
Color Harmonies of #116DF2
Complementary color
Monochromatic Colors of #116DF2
Black with #116DF2
Text Example
Text Example
White with #116DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DF2; }
p { color: rgb(17,109,242); }
H1.HeaderClassName
{
color: #116DF2;
}
.AnyTagClassName
{
color: #116DF2;
}
</style>
background-color css
<style>
a { background-color: #116DF2; }
a { background-color: rgb(17,109,242); }
div.DivClassName
{
background-color: #116DF2;
}
.BgClassName
{
background-color: #116DF2;
}
</style>
border-color css
<style>
span { border-color: #116DF2; }
span { border-color: rgb(17,109,242); }
td.TdClassName
{
border-color: #116DF2;
}
.TagClassName
{
border-color: #116DF2;
}
</style>