#1794EA

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

Shades of Dodger Blue #1794EA

Tints of Dodger Blue #1794EA

Color information

#1794EA (or 0x1794EA) is unknown color: approx Dodger Blue. HEX triplet: 17, 94 and EA. RGB value is (23,148,234). Sum of RGB (Red+Green+Blue) = 23+148+234=405 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.68% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #1794EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1794EA is #E86B15. Grayscale: #777777. Windows color (decimal): -15231766 or 15373335. OLE color: 15373335.

HSL color Cylindrical-coordinate representation of color #1794EA: hue angle of 204.45º 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 #1794EA is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23148234-
CMYK0.900.3700.08
HSL204.45º83.4%50.39%-
HSV(B)204.45º90.17%91.76%-
XYZ25.7927.381.75-
YUV120.43192.0958.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.68%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 234 (91.80% from 255) = 57.78%
R=5.68%
G=36.54%
B=57.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231482340.900.3700.08204.4583.450.39
Hex1794EA5A2508cc5332
Octal272243521324501031412362
Binary101111001010011101010101101010010101000110011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1794EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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