Html Css Color HEX #378FE4 Dodger Blue

📋 copy color: '#378FE4'

red 55 ◦ green 143 ◦ blue 228

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

Shades of Dodger Blue #378FE4

Tints of Dodger Blue #378FE4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

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

R = 12.91%
G = 33.57%
B = 53.52%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#378FE4 (or 0x378FE4) is known color: Dodger Blue. HEX triplet: 37, 8F and E4. RGB value is (55,143,228). Sum of RGB (Red+Green+Blue) = 55+143+228=426 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.91% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #378FE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FE4 is #C8701B. Grayscale: #7D7D7D. Windows color (decimal): -13135900 or 14978871. OLE color: 14978871.

HSL color Cylindrical-coordinate representation of color #378FE4: hue angle of 209.48º 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 #378FE4 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 143 228 -
CMYK 0.76 0.37 0 0.11
HSL 209.48º 0.76% 0.55% -
HSV(B) 209.48º 0.76% 0.89% -
XYZ 25.4 26.06 77.09 -
YUV 126.38 185.35 77.09 -
System Red Green Blue C M Y K H S L
Decimal 55 143 228 0.76 0.37 0 0.11 209.48 0.76 0.55
Hex 37 8F E4 4C 25 0 B D1 4C 37
Octal 67 217 344 114 45 0 13 321 114 67
Binary 110111 10001111 11100100 1001100 100101 0 1011 11010001 1001100 110111

Color Harmonies of #378FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FE4

Black with #378FE4

Text Example


Text Example

White with #378FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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