Html Css Color HEX #378CEF Dodger Blue

📋 copy color: '#378CEF'

red 55 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #378CEF

Tints of Dodger Blue #378CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.26%

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 12.67%
G = 32.26%
B = 55.07%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#378CEF (or 0x378CEF) is known color: Dodger Blue. HEX triplet: 37, 8C and EF. RGB value is (55,140,239). Sum of RGB (Red+Green+Blue) = 55+140+239=434 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.67% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #378CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CEF is #C87310. Grayscale: #7D7D7D. Windows color (decimal): -13136657 or 15698999. OLE color: 15698999.

HSL color Cylindrical-coordinate representation of color #378CEF: hue angle of 212.28º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378CEF is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 140 239 -
CMYK 0.77 0.41 0 0.06
HSL 212.28º 0.85% 0.58% -
HSV(B) 212.28º 0.77% 0.94% -
XYZ 26.53 25.8 85.24 -
YUV 125.87 191.84 77.45 -
System Red Green Blue C M Y K H S L
Decimal 55 140 239 0.77 0.41 0 0.06 212.28 0.85 0.58
Hex 37 8C EF 4D 29 0 6 D4 55 3A
Octal 67 214 357 115 51 0 6 324 125 72
Binary 110111 10001100 11101111 1001101 101001 0 110 11010100 1010101 111010

Color Harmonies of #378CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CEF

Black with #378CEF

Text Example


Text Example

White with #378CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,140,239); }

 H1.HeaderClassName
 {
   color: #378CEF;
 }
 .AnyTagClassName
 {
   color: #378CEF;
 }
</style>

background-color css

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

 a { background-color: rgb(55,140,239); }

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

border-color css

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

 span { border-color: rgb(55,140,239); }

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