#378DE8

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

Shades of Dodger Blue #378DE8

Tints of Dodger Blue #378DE8

Color information

#378DE8 (or 0x378DE8) is unknown color: approx Dodger Blue. HEX triplet: 37, 8D and E8. RGB value is (55,141,232). Sum of RGB (Red+Green+Blue) = 55+141+232=428 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.85% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #378DE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378DE8 is #C87217. Grayscale: #7D7D7D. Windows color (decimal): -13136408 or 15240503. OLE color: 15240503.

HSL color Cylindrical-coordinate representation of color #378DE8: hue angle of 210.85º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378DE8 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB55141232-
CMYK0.760.3900.09
HSL210.85º79.37%56.27%-
HSV(B)210.85º76.29%90.98%-
XYZ25.6725.6979.95-
YUV125.66188.0177.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.85%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 232 (91.02% from 255) = 54.21%
R=12.85%
G=32.94%
B=54.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal551412320.760.3900.09210.8579.3756.27
Hex378DE84C2709d34f38
Octal672153501144701132311770
Binary1101111000110111101000100110010011101001110100111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,141,232); }

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

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

 a { background-color: rgb(55,141,232); }

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

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

 span { border-color: rgb(55,141,232); }

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