Html Css Color HEX #378DEF Dodger Blue

📋 copy color: '#378DEF'

red 55 ◦ green 141 ◦ blue 239

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

Shades of Dodger Blue #378DEF

Tints of Dodger Blue #378DEF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.41%

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

R = 12.64%
G = 32.41%
B = 54.94%

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

#378DEF (or 0x378DEF) is known color: Dodger Blue. HEX triplet: 37, 8D and EF. RGB value is (55,141,239). Sum of RGB (Red+Green+Blue) = 55+141+239=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #378DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378DEF is #C87210. Grayscale: #7D7D7D. Windows color (decimal): -13136401 or 15699255. OLE color: 15699255.

HSL color Cylindrical-coordinate representation of color #378DEF: hue angle of 211.96º 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 #378DEF is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 141 239 -
CMYK 0.77 0.41 0 0.06
HSL 211.96º 0.85% 0.58% -
HSV(B) 211.96º 0.77% 0.94% -
XYZ 26.68 26.09 85.29 -
YUV 126.46 191.51 77.03 -
System Red Green Blue C M Y K H S L
Decimal 55 141 239 0.77 0.41 0 0.06 211.96 0.85 0.58
Hex 37 8D EF 4D 29 0 6 D4 55 3A
Octal 67 215 357 115 51 0 6 324 125 72
Binary 110111 10001101 11101111 1001101 101001 0 110 11010100 1010101 111010

Color Harmonies of #378DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DEF

Black with #378DEF

Text Example


Text Example

White with #378DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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