Shades of Dodger Blue #116FF1
Tints of Dodger Blue #116FF1
RGB
CMYK
RGB Variations
Color information
#116FF1 (or 0x116FF1) is known color: Dodger Blue. HEX triplet: 11, 6F and F1. RGB value is (17,111,241). Sum of RGB (Red+Green+Blue) = 17+111+241=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #116FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FF1 is #EE900E. Grayscale: #616161. Windows color (decimal): -15634447 or 15822609. OLE color: 15822609.
HSL color Cylindrical-coordinate representation of color #116FF1: hue angle of 214.82º degrees, saturation: 0.89, 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 #116FF1 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 111 | 241 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.05 |
| HSL | 214.82º | 0.89% | 0.51% | - |
| HSV(B) | 214.82º | 0.93% | 0.95% | - |
| XYZ | 21.79 | 17.84 | 85.51 | - |
| YUV | 97.71 | 208.86 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 241 | 0.93 | 0.54 | 0 | 0.05 | 214.82 | 0.89 | 0.51 |
| Hex | 11 | 6F | F1 | 5D | 36 | 0 | 5 | D7 | 59 | 33 |
| Octal | 21 | 157 | 361 | 135 | 66 | 0 | 5 | 327 | 131 | 63 |
| Binary | 10001 | 1101111 | 11110001 | 1011101 | 110110 | 0 | 101 | 11010111 | 1011001 | 110011 |
Color Harmonies of #116FF1
Complementary color
Monochromatic Colors of #116FF1
Black with #116FF1
Text Example
Text Example
White with #116FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FF1; }
p { color: rgb(17,111,241); }
H1.HeaderClassName
{
color: #116FF1;
}
.AnyTagClassName
{
color: #116FF1;
}
</style>
background-color css
<style>
a { background-color: #116FF1; }
a { background-color: rgb(17,111,241); }
div.DivClassName
{
background-color: #116FF1;
}
.BgClassName
{
background-color: #116FF1;
}
</style>
border-color css
<style>
span { border-color: #116FF1; }
span { border-color: rgb(17,111,241); }
td.TdClassName
{
border-color: #116FF1;
}
.TagClassName
{
border-color: #116FF1;
}
</style>