Html Css Color HEX #378BEA Dodger Blue

📋 copy color: '#378BEA'

red 55 ◦ green 139 ◦ blue 234

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

Shades of Dodger Blue #378BEA

Tints of Dodger Blue #378BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 12.85%
G = 32.48%
B = 54.67%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#378BEA (or 0x378BEA) is known color: Dodger Blue. HEX triplet: 37, 8B and EA. RGB value is (55,139,234). Sum of RGB (Red+Green+Blue) = 55+139+234=428 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.85% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #378BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378BEA is #C87415. Grayscale: #7C7C7C. Windows color (decimal): -13136918 or 15371063. OLE color: 15371063.

HSL color Cylindrical-coordinate representation of color #378BEA: hue angle of 211.84º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378BEA is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 139 234 -
CMYK 0.76 0.41 0 0.08
HSL 211.84º 0.81% 0.57% -
HSV(B) 211.84º 0.76% 0.92% -
XYZ 25.66 25.22 81.36 -
YUV 124.71 189.67 78.28 -
System Red Green Blue C M Y K H S L
Decimal 55 139 234 0.76 0.41 0 0.08 211.84 0.81 0.57
Hex 37 8B EA 4C 29 0 8 D4 51 39
Octal 67 213 352 114 51 0 10 324 121 71
Binary 110111 10001011 11101010 1001100 101001 0 1000 11010100 1010001 111001

Color Harmonies of #378BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BEA

Black with #378BEA

Text Example


Text Example

White with #378BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,139,234); }

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

background-color css

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

 a { background-color: rgb(55,139,234); }

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

border-color css

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

 span { border-color: rgb(55,139,234); }

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