#116eff

Color #116EFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #116EFF

Tints of Dodger Blue #116EFF

Color information

#116EFF (or 0x116EFF) is unknown color: approx Dodger Blue. HEX triplet: 11, 6E and FF. RGB value is (17,110,255). Sum of RGB (Red+Green+Blue) = 17+110+255=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #116EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EFF is #EE9100. Grayscale: #626262. Windows color (decimal): -15634689 or 16739857. OLE color: 16739857.

HSL color Cylindrical-coordinate representation of color #116EFF: hue angle of 216.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116EFF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17110255-
CMYK0.930.5700
HSL216.55º100%53.33%-
HSV(B)216.55º93.33%100%-
XYZ23.8618.4996.92-
YUV98.72216.1969.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.45%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 255 (100% from 255) = 66.75%
R=4.45%
G=28.80%
B=66.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171102550.930.5700216.5510053.33
Hex116EFF5D3900d96435
Octal21156377135710033114465
Binary10001110111011111111101110111100100110110011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116eff; }

 p { color: rgb(17,110,255); }

 H1.HeaderClassName
 {
   color: #116eff;
 }
 .AnyTagClassName
 {
   color: #116eff;
 }
</style>
background-color css

<style>
 a { background-color: #116eff; }

 a { background-color: rgb(17,110,255); }

 div.DivClassName
 {
   background-color: #116eff;
 }
 .BgClassName
 {
   background-color: #116eff;
 }
</style>
border-color css

<style>
 span { border-color: #116eff; }

 span { border-color: rgb(17,110,255); }

 td.TdClassName
 {
   border-color: #116eff;
 }
 .TagClassName
 {
   border-color: #116eff;
 }
</style>