Shades of Dodger Blue #116BF3
Tints of Dodger Blue #116BF3
RGB
CMYK
RGB Variations
Color information
#116BF3 (or 0x116BF3) is known color: Dodger Blue. HEX triplet: 11, 6B and F3. RGB value is (17,107,243). Sum of RGB (Red+Green+Blue) = 17+107+243=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 243 (95.31% from 255 or 66.21% from 367); Max value from RGB is 243 - color contains mainly: blue. Hex color #116BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BF3 is #EE940C. Grayscale: #5E5E5E. Windows color (decimal): -15635469 or 15952657. OLE color: 15952657.
HSL color Cylindrical-coordinate representation of color #116BF3: hue angle of 216.11º 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 #116BF3 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 107 | 243 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.05 |
| HSL | 216.11º | 0.9% | 0.51% | - |
| HSV(B) | 216.11º | 0.93% | 0.95% | - |
| XYZ | 21.67 | 17.11 | 86.95 | - |
| YUV | 95.59 | 211.18 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 243 | 0.93 | 0.56 | 0 | 0.05 | 216.11 | 0.9 | 0.51 |
| Hex | 11 | 6B | F3 | 5D | 38 | 0 | 5 | D8 | 5A | 33 |
| Octal | 21 | 153 | 363 | 135 | 70 | 0 | 5 | 330 | 132 | 63 |
| Binary | 10001 | 1101011 | 11110011 | 1011101 | 111000 | 0 | 101 | 11011000 | 1011010 | 110011 |
Color Harmonies of #116BF3
Complementary color
Monochromatic Colors of #116BF3
Black with #116BF3
Text Example
Text Example
White with #116BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BF3; }
p { color: rgb(17,107,243); }
H1.HeaderClassName
{
color: #116BF3;
}
.AnyTagClassName
{
color: #116BF3;
}
</style>
background-color css
<style>
a { background-color: #116BF3; }
a { background-color: rgb(17,107,243); }
div.DivClassName
{
background-color: #116BF3;
}
.BgClassName
{
background-color: #116BF3;
}
</style>
border-color css
<style>
span { border-color: #116BF3; }
span { border-color: rgb(17,107,243); }
td.TdClassName
{
border-color: #116BF3;
}
.TagClassName
{
border-color: #116BF3;
}
</style>