#1796EA

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

Shades of Dodger Blue #1796EA

Tints of Dodger Blue #1796EA

Color information

#1796EA (or 0x1796EA) is unknown color: approx Dodger Blue. HEX triplet: 17, 96 and EA. RGB value is (23,150,234). Sum of RGB (Red+Green+Blue) = 23+150+234=407 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.65% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #1796EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1796EA is #E86915. Grayscale: #797979. Windows color (decimal): -15231254 or 15373847. OLE color: 15373847.

HSL color Cylindrical-coordinate representation of color #1796EA: hue angle of 203.89º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1796EA is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23150234-
CMYK0.900.3600.08
HSL203.89º83.4%50.39%-
HSV(B)203.89º90.17%91.76%-
XYZ26.1127.9481.86-
YUV121.6191.4257.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.65%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 234 (91.80% from 255) = 57.49%
R=5.65%
G=36.86%
B=57.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231502340.900.3600.08203.8983.450.39
Hex1796EA5A2408cc5332
Octal272263521324401031412362
Binary101111001011011101010101101010010001000110011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1796EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1796EA; }

 p { color: rgb(23,150,234); }

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

<style>
 a { background-color: #1796EA; }

 a { background-color: rgb(23,150,234); }

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

<style>
 span { border-color: #1796EA; }

 span { border-color: rgb(23,150,234); }

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