#1778EC

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

Shades of Dodger Blue #1778EC

Tints of Dodger Blue #1778EC

Color information

#1778EC (or 0x1778EC) is unknown color: approx Dodger Blue. HEX triplet: 17, 78 and EC. RGB value is (23,120,236). Sum of RGB (Red+Green+Blue) = 23+120+236=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #1778EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1778EC is #E88713. Grayscale: #676767. Windows color (decimal): -15238932 or 15497239. OLE color: 15497239.

HSL color Cylindrical-coordinate representation of color #1778EC: hue angle of 212.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1778EC is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23120236-
CMYK0.900.4900.07
HSL212.68º84.86%50.78%-
HSV(B)212.68º90.25%92.55%-
XYZ22.2119.6781.98-
YUV104.22202.3670.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.07%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 236 (92.58% from 255) = 62.27%
R=6.07%
G=31.66%
B=62.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal231202360.900.4900.07212.6884.8650.78
Hex1778EC5A3107d55533
Octal27170354132610732512563
Binary1011111110001110110010110101100010111110101011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1778EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1778EC; }

 p { color: rgb(23,120,236); }

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

<style>
 a { background-color: #1778EC; }

 a { background-color: rgb(23,120,236); }

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

<style>
 span { border-color: #1778EC; }

 span { border-color: rgb(23,120,236); }

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