#378EE4

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

Shades of Dodger Blue #378EE4

Tints of Dodger Blue #378EE4

Color information

#378EE4 (or 0x378EE4) is unknown color: approx Dodger Blue. HEX triplet: 37, 8E and E4. RGB value is (55,142,228). Sum of RGB (Red+Green+Blue) = 55+142+228=425 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.94% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 228 (89.45% from 255 or 53.65% from 425); Max value from RGB is 228 - color contains mainly: blue. Hex color #378EE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EE4 is #C8711B. Grayscale: #7D7D7D. Windows color (decimal): -13136156 or 14978615. OLE color: 14978615.

HSL color Cylindrical-coordinate representation of color #378EE4: hue angle of 209.83º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378EE4 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB55142228-
CMYK0.760.3800.11
HSL209.83º76.21%55.49%-
HSV(B)209.83º75.88%89.41%-
XYZ25.2525.7677.04-
YUV125.79185.6877.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.94%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 228 (89.45% from 255) = 53.65%
R=12.94%
G=33.41%
B=53.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal551422280.760.3800.11209.8376.2155.49
Hex378EE44C260Bd24c37
Octal672163441144601332211467
Binary1101111000111011100100100110010011001011110100101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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