Html Css Color HEX #378AEF Dodger Blue

📋 copy color: '#378AEF'

red 55 ◦ green 138 ◦ blue 239

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

Shades of Dodger Blue #378AEF

Tints of Dodger Blue #378AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.94%

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 12.73%
G = 31.94%
B = 55.32%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#378AEF (or 0x378AEF) is known color: Dodger Blue. HEX triplet: 37, 8A and EF. RGB value is (55,138,239). Sum of RGB (Red+Green+Blue) = 55+138+239=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #378AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378AEF is #C87510. Grayscale: #7C7C7C. Windows color (decimal): -13137169 or 15698487. OLE color: 15698487.

HSL color Cylindrical-coordinate representation of color #378AEF: hue angle of 212.93º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378AEF is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 138 239 -
CMYK 0.77 0.42 0 0.06
HSL 212.93º 0.85% 0.58% -
HSV(B) 212.93º 0.77% 0.94% -
XYZ 26.24 25.22 85.15 -
YUV 124.7 192.5 78.29 -
System Red Green Blue C M Y K H S L
Decimal 55 138 239 0.77 0.42 0 0.06 212.93 0.85 0.58
Hex 37 8A EF 4D 2A 0 6 D5 55 3A
Octal 67 212 357 115 52 0 6 325 125 72
Binary 110111 10001010 11101111 1001101 101010 0 110 11010101 1010101 111010

Color Harmonies of #378AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378AEF

Black with #378AEF

Text Example


Text Example

White with #378AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,138,239); }

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

background-color css

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

 a { background-color: rgb(55,138,239); }

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

border-color css

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

 span { border-color: rgb(55,138,239); }

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