Html Css Color HEX #378CE4 Dodger Blue

📋 copy color: '#378CE4'

red 55 ◦ green 140 ◦ blue 228

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

Shades of Dodger Blue #378CE4

Tints of Dodger Blue #378CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.9%

R = 13%
G = 33.1%
B = 53.9%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#378CE4 (or 0x378CE4) is known color: Dodger Blue. HEX triplet: 37, 8C and E4. RGB value is (55,140,228). Sum of RGB (Red+Green+Blue) = 55+140+228=423 (56% of max value = 765). Red value is 55 (21.88% from 255 or 13.00% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #378CE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378CE4 is #C8731B. Grayscale: #7C7C7C. Windows color (decimal): -13136668 or 14978103. OLE color: 14978103.

HSL color Cylindrical-coordinate representation of color #378CE4: hue angle of 210.52º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378CE4 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 140 228 -
CMYK 0.76 0.39 0 0.11
HSL 210.52º 0.76% 0.55% -
HSV(B) 210.52º 0.76% 0.89% -
XYZ 24.96 25.17 76.94 -
YUV 124.62 186.34 78.34 -
System Red Green Blue C M Y K H S L
Decimal 55 140 228 0.76 0.39 0 0.11 210.52 0.76 0.55
Hex 37 8C E4 4C 27 0 B D3 4C 37
Octal 67 214 344 114 47 0 13 323 114 67
Binary 110111 10001100 11100100 1001100 100111 0 1011 11010011 1001100 110111

Color Harmonies of #378CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CE4

Black with #378CE4

Text Example


Text Example

White with #378CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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