Html Css Color HEX #378CEB Dodger Blue

📋 copy color: '#378CEB'

red 55 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #378CEB

Tints of Dodger Blue #378CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 12.79%
G = 32.56%
B = 54.65%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#378CEB (or 0x378CEB) is known color: Dodger Blue. HEX triplet: 37, 8C and EB. RGB value is (55,140,235). Sum of RGB (Red+Green+Blue) = 55+140+235=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #378CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CEB is #C87314. Grayscale: #7C7C7C. Windows color (decimal): -13136661 or 15436855. OLE color: 15436855.

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

Color convert

RGB 55 140 235 -
CMYK 0.77 0.40 0 0.08
HSL 211.67º 0.82% 0.57% -
HSV(B) 211.67º 0.77% 0.92% -
XYZ 25.95 25.57 82.16 -
YUV 125.42 189.84 77.78 -
System Red Green Blue C M Y K H S L
Decimal 55 140 235 0.77 0.40 0 0.08 211.67 0.82 0.57
Hex 37 8C EB 4D 28 0 8 D4 52 39
Octal 67 214 353 115 50 0 10 324 122 71
Binary 110111 10001100 11101011 1001101 101000 0 1000 11010100 1010010 111001

Color Harmonies of #378CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CEB

Black with #378CEB

Text Example


Text Example

White with #378CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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