#1790E6

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

Shades of Dodger Blue #1790E6

Tints of Dodger Blue #1790E6

Color information

#1790E6 (or 0x1790E6) is unknown color: approx Dodger Blue. HEX triplet: 17, 90 and E6. RGB value is (23,144,230). Sum of RGB (Red+Green+Blue) = 23+144+230=397 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.79% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #1790E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1790E6 is #E86F19. Grayscale: #757575. Windows color (decimal): -15232794 or 15110167. OLE color: 15110167.

HSL color Cylindrical-coordinate representation of color #1790E6: hue angle of 204.93º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1790E6 is Cyan = 0.9, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB23144230-
CMYK0.90.3700.10
HSL204.93º81.82%49.61%-
HSV(B)204.93º90%90.2%-
XYZ24.6125.8478.55-
YUV117.62191.4160.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.79%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 230 (90.23% from 255) = 57.93%
R=5.79%
G=36.27%
B=57.93%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal231442300.90.3700.10204.9381.8249.61
Hex1790E65A250Acd5232
Octal272203461324501231512262
Binary101111001000011100110101101010010101010110011011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1790E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1790E6; }

 p { color: rgb(23,144,230); }

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

<style>
 a { background-color: #1790E6; }

 a { background-color: rgb(23,144,230); }

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

<style>
 span { border-color: #1790E6; }

 span { border-color: rgb(23,144,230); }

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