Shades of Dodger Blue #116AF5
Tints of Dodger Blue #116AF5
RGB
CMYK
RGB Variations
Color information
#116AF5 (or 0x116AF5) is known color: Dodger Blue. HEX triplet: 11, 6A and F5. RGB value is (17,106,245). Sum of RGB (Red+Green+Blue) = 17+106+245=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 245 (96.09% from 255 or 66.58% from 368); Max value from RGB is 245 - color contains mainly: blue. Hex color #116AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116AF5 is #EE950A. Grayscale: #5E5E5E. Windows color (decimal): -15635723 or 16083473. OLE color: 16083473.
HSL color Cylindrical-coordinate representation of color #116AF5: hue angle of 216.58º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116AF5 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 106 | 245 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.04 |
| HSL | 216.58º | 0.92% | 0.51% | - |
| HSV(B) | 216.58º | 0.93% | 0.96% | - |
| XYZ | 21.87 | 17.02 | 88.52 | - |
| YUV | 95.24 | 212.51 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 245 | 0.93 | 0.57 | 0 | 0.04 | 216.58 | 0.92 | 0.51 |
| Hex | 11 | 6A | F5 | 5D | 39 | 0 | 4 | D9 | 5C | 33 |
| Octal | 21 | 152 | 365 | 135 | 71 | 0 | 4 | 331 | 134 | 63 |
| Binary | 10001 | 1101010 | 11110101 | 1011101 | 111001 | 0 | 100 | 11011001 | 1011100 | 110011 |
Color Harmonies of #116AF5
Complementary color
Monochromatic Colors of #116AF5
Black with #116AF5
Text Example
Text Example
White with #116AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116AF5; }
p { color: rgb(17,106,245); }
H1.HeaderClassName
{
color: #116AF5;
}
.AnyTagClassName
{
color: #116AF5;
}
</style>
background-color css
<style>
a { background-color: #116AF5; }
a { background-color: rgb(17,106,245); }
div.DivClassName
{
background-color: #116AF5;
}
.BgClassName
{
background-color: #116AF5;
}
</style>
border-color css
<style>
span { border-color: #116AF5; }
span { border-color: rgb(17,106,245); }
td.TdClassName
{
border-color: #116AF5;
}
.TagClassName
{
border-color: #116AF5;
}
</style>