#1773EA

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

Shades of Dodger Blue #1773EA

Tints of Dodger Blue #1773EA

Color information

#1773EA (or 0x1773EA) is unknown color: approx Dodger Blue. HEX triplet: 17, 73 and EA. RGB value is (23,115,234). Sum of RGB (Red+Green+Blue) = 23+115+234=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #1773EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1773EA is #E88C15. Grayscale: #646464. Windows color (decimal): -15240214 or 15364887. OLE color: 15364887.

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

Color convert

RGB23115234-
CMYK0.900.5100.08
HSL213.84º83.4%50.39%-
HSV(B)213.84º90.17%91.76%-
XYZ21.3418.3880.27-
YUV101.06203.0272.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.18%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 234 (91.80% from 255) = 62.90%
R=6.18%
G=30.91%
B=62.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231152340.900.5100.08213.8483.450.39
Hex1773EA5A3308d65332
Octal271633521326301032612362
Binary10111111001111101010101101011001101000110101101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1773EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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