Html Css Color HEX #378EEC Dodger Blue

📋 copy color: '#378EEC'

red 55 ◦ green 142 ◦ blue 236

#378EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #378EEC

Tints of Dodger Blue #378EEC

RGB

 RED value IS 55 (21.88% from 255) = 12.7%

 GREEN value IS 142 (55.86% from 255) = 32.79%

 BLUE value IS 236 (92.58% from 255) = 54.5%

R = 12.7%
G = 32.79%
B = 54.5%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#378EEC (or 0x378EEC) is known color: 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

RGB 55 142 236 -
CMYK 0.77 0.40 0 0.07
HSL 211.16º 0.83% 0.57% -
HSV(B) 211.16º 0.77% 0.93% -
XYZ 26.39 26.21 83.03 -
YUV 126.7 189.68 76.86 -
System Red Green Blue C M Y K H S L
Decimal 55 142 236 0.77 0.40 0 0.07 211.16 0.83 0.57
Hex 37 8E EC 4D 28 0 7 D3 53 39
Octal 67 216 354 115 50 0 7 323 123 71
Binary 110111 10001110 11101100 1001101 101000 0 111 11010011 1010011 111001

Color Harmonies of #378EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378EEC

Black with #378EEC

Text Example


Text Example

White with #378EEC

Text Example


Text Example

HTML Codes & Css Web 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>