Shades of Dodger Blue #116FFE
Tints of Dodger Blue #116FFE
RGB
CMYK
RGB Variations
Color information
#116FFE (or 0x116FFE) is known color: Dodger Blue. HEX triplet: 11, 6F and FE. RGB value is (17,111,254). Sum of RGB (Red+Green+Blue) = 17+111+254=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #116FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FFE is #EE9001. Grayscale: #626262. Windows color (decimal): -15634434 or 16674577. OLE color: 16674577.
HSL color Cylindrical-coordinate representation of color #116FFE: hue angle of 216.2º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FFE is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 111 | 254 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.00 |
| HSL | 216.2º | 0.99% | 0.53% | - |
| HSV(B) | 216.2º | 0.93% | 1% | - |
| XYZ | 23.81 | 18.64 | 96.11 | - |
| YUV | 99.2 | 215.36 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 254 | 0.93 | 0.56 | 0 | 0.00 | 216.2 | 0.99 | 0.53 |
| Hex | 11 | 6F | FE | 5D | 38 | 0 | 0 | D8 | 63 | 35 |
| Octal | 21 | 157 | 376 | 135 | 70 | 0 | 0 | 330 | 143 | 65 |
| Binary | 10001 | 1101111 | 11111110 | 1011101 | 111000 | 0 | 0 | 11011000 | 1100011 | 110101 |
Color Harmonies of #116FFE
Complementary color
Monochromatic Colors of #116FFE
Black with #116FFE
Text Example
Text Example
White with #116FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FFE; }
p { color: rgb(17,111,254); }
H1.HeaderClassName
{
color: #116FFE;
}
.AnyTagClassName
{
color: #116FFE;
}
</style>
background-color css
<style>
a { background-color: #116FFE; }
a { background-color: rgb(17,111,254); }
div.DivClassName
{
background-color: #116FFE;
}
.BgClassName
{
background-color: #116FFE;
}
</style>
border-color css
<style>
span { border-color: #116FFE; }
span { border-color: rgb(17,111,254); }
td.TdClassName
{
border-color: #116FFE;
}
.TagClassName
{
border-color: #116FFE;
}
</style>