Html Css Color HEX #378EFA Dodger Blue

📋 copy color: '#378EFA'

red 55 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #378EFA

Tints of Dodger Blue #378EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.77%

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 12.3%
G = 31.77%
B = 55.93%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#378EFA (or 0x378EFA) is known color: Dodger Blue. HEX triplet: 37, 8E and FA. RGB value is (55,142,250). Sum of RGB (Red+Green+Blue) = 55+142+250=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #378EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378EFA is #C87105. Grayscale: #7F7F7F. Windows color (decimal): -13136134 or 16420407. OLE color: 16420407.

HSL color Cylindrical-coordinate representation of color #378EFA: hue angle of 213.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378EFA is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 142 250 -
CMYK 0.78 0.43 0 0.02
HSL 213.23º 0.95% 0.6% -
HSV(B) 213.23º 0.78% 0.98% -
XYZ 28.5 27.06 94.16 -
YUV 128.3 196.68 75.72 -
System Red Green Blue C M Y K H S L
Decimal 55 142 250 0.78 0.43 0 0.02 213.23 0.95 0.6
Hex 37 8E FA 4E 2B 0 2 D5 5F 3C
Octal 67 216 372 116 53 0 2 325 137 74
Binary 110111 10001110 11111010 1001110 101011 0 10 11010101 1011111 111100

Color Harmonies of #378EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378EFA

Black with #378EFA

Text Example


Text Example

White with #378EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,142,250); }

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

background-color css

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

 a { background-color: rgb(55,142,250); }

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

border-color css

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

 span { border-color: rgb(55,142,250); }

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