#378EEC

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

Shades of Dodger Blue #378EEC

Tints of Dodger Blue #378EEC

Color information

#378EEC (or 0x378EEC) is unknown color: approx Dodger Blue. HEX triplet: 37, 8E and EC. RGB value is (55,142,236). Sum of RGB (Red+Green+Blue) = 55+142+236=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #378EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378EEC is #C87113. Grayscale: #7E7E7E. Windows color (decimal): -13136148 or 15502903. OLE color: 15502903.

HSL color Cylindrical-coordinate representation of color #378EEC: hue angle of 211.16º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378EEC is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB55142236-
CMYK0.770.4000.07
HSL211.16º82.65%57.06%-
HSV(B)211.16º76.69%92.55%-
XYZ26.3926.2183.03-
YUV126.7189.6876.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.70%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 236 (92.58% from 255) = 54.50%
R=12.70%
G=32.79%
B=54.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal551422360.770.4000.07211.1682.6557.06
Hex378EEC4D2807d35339
Octal67216354115500732312371
Binary110111100011101110110010011011010000111110100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378EEC; }

 p { color: rgb(55,142,236); }

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

<style>
 a { background-color: #378EEC; }

 a { background-color: rgb(55,142,236); }

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

<style>
 span { border-color: #378EEC; }

 span { border-color: rgb(55,142,236); }

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