#1774EA

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

Shades of Dodger Blue #1774EA

Tints of Dodger Blue #1774EA

Color information

#1774EA (or 0x1774EA) is unknown color: approx Dodger Blue. HEX triplet: 17, 74 and EA. RGB value is (23,116,234). Sum of RGB (Red+Green+Blue) = 23+116+234=373 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.17% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #1774EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1774EA is #E88B15. Grayscale: #656565. Windows color (decimal): -15239958 or 15365143. OLE color: 15365143.

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

Color convert

RGB23116234-
CMYK0.900.5000.08
HSL213.55º83.4%50.39%-
HSV(B)213.55º90.17%91.76%-
XYZ21.4518.6180.3-
YUV101.64202.6971.91-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.17%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 234 (91.80% from 255) = 62.73%
R=6.17%
G=31.10%
B=62.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231162340.900.5000.08213.5583.450.39
Hex1774EA5A3208d65332
Octal271643521326201032612362
Binary10111111010011101010101101011001001000110101101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1774EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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