#1786EC

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

Shades of Dodger Blue #1786EC

Tints of Dodger Blue #1786EC

Color information

#1786EC (or 0x1786EC) is unknown color: approx Dodger Blue. HEX triplet: 17, 86 and EC. RGB value is (23,134,236). Sum of RGB (Red+Green+Blue) = 23+134+236=393 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.85% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #1786EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1786EC is #E87913. Grayscale: #6F6F6F. Windows color (decimal): -15235348 or 15500823. OLE color: 15500823.

HSL color Cylindrical-coordinate representation of color #1786EC: hue angle of 208.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1786EC is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23134236-
CMYK0.900.4300.07
HSL208.73º84.86%50.78%-
HSV(B)208.73º90.25%92.55%-
XYZ24.0223.2982.59-
YUV112.44197.7364.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.85%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 236 (92.58% from 255) = 60.05%
R=5.85%
G=34.10%
B=60.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal231342360.900.4300.07208.7384.8650.78
Hex1786EC5A2B07d15533
Octal27206354132530732112563
Binary10111100001101110110010110101010110111110100011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1786EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1786EC; }

 p { color: rgb(23,134,236); }

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

<style>
 a { background-color: #1786EC; }

 a { background-color: rgb(23,134,236); }

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

<style>
 span { border-color: #1786EC; }

 span { border-color: rgb(23,134,236); }

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