#1794DE

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

Shades of Dodger Blue #1794DE

Tints of Dodger Blue #1794DE

Color information

#1794DE (or 0x1794DE) is unknown color: approx Dodger Blue. HEX triplet: 17, 94 and DE. RGB value is (23,148,222). Sum of RGB (Red+Green+Blue) = 23+148+222=393 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.85% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #1794DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1794DE is #E86B21. Grayscale: #767676. Windows color (decimal): -15231778 or 14586903. OLE color: 14586903.

HSL color Cylindrical-coordinate representation of color #1794DE: hue angle of 202.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1794DE is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB23148222-
CMYK0.900.3300.13
HSL202.31º81.22%48.04%-
HSV(B)202.31º89.64%87.06%-
XYZ24.1326.6472.98-
YUV119.06186.0959.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.85%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 222 (87.11% from 255) = 56.49%
R=5.85%
G=37.66%
B=56.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal231482220.900.3300.13202.3181.2248.04
Hex1794DE5A210Dca5130
Octal272243361324101531212160
Binary101111001010011011110101101010000101101110010101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1794DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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