Html Css Color HEX #378CFA Dodger Blue

📋 copy color: '#378CFA'

red 55 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #378CFA

Tints of Dodger Blue #378CFA

RGB

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

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

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

R = 12.36%
G = 31.46%
B = 56.18%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#378CFA (or 0x378CFA) is known color: Dodger Blue. HEX triplet: 37, 8C and FA. RGB value is (55,140,250). Sum of RGB (Red+Green+Blue) = 55+140+250=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #378CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CFA is #C87305. Grayscale: #7E7E7E. Windows color (decimal): -13136646 or 16419895. OLE color: 16419895.

HSL color Cylindrical-coordinate representation of color #378CFA: hue angle of 213.85º 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 #378CFA is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 140 250 -
CMYK 0.78 0.44 0 0.02
HSL 213.85º 0.95% 0.6% -
HSV(B) 213.85º 0.78% 0.98% -
XYZ 28.21 26.47 94.07 -
YUV 127.13 197.34 76.56 -
System Red Green Blue C M Y K H S L
Decimal 55 140 250 0.78 0.44 0 0.02 213.85 0.95 0.6
Hex 37 8C FA 4E 2C 0 2 D6 5F 3C
Octal 67 214 372 116 54 0 2 326 137 74
Binary 110111 10001100 11111010 1001110 101100 0 10 11010110 1011111 111100

Color Harmonies of #378CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CFA

Black with #378CFA

Text Example


Text Example

White with #378CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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