Html Css Color HEX #378BFF Dodger Blue

📋 copy color: '#378BFF'

red 55 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #378BFF

Tints of Dodger Blue #378BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.96%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 12.25%
G = 30.96%
B = 56.79%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#378BFF (or 0x378BFF) is known color: Dodger Blue. HEX triplet: 37, 8B and FF. RGB value is (55,139,255). Sum of RGB (Red+Green+Blue) = 55+139+255=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #378BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378BFF is #C87400. Grayscale: #7E7E7E. Windows color (decimal): -13136897 or 16747319. OLE color: 16747319.

HSL color Cylindrical-coordinate representation of color #378BFF: hue angle of 214.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378BFF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 139 255 -
CMYK 0.78 0.45 0 0
HSL 214.8º 1% 0.61% -
HSV(B) 214.8º 0.78% 1% -
XYZ 28.86 26.5 98.2 -
YUV 127.11 200.17 76.57 -
System Red Green Blue C M Y K H S L
Decimal 55 139 255 0.78 0.45 0 0 214.8 1 0.61
Hex 37 8B FF 4E 2D 0 0 D7 64 3D
Octal 67 213 377 116 55 0 0 327 144 75
Binary 110111 10001011 11111111 1001110 101101 0 0 11010111 1100100 111101

Color Harmonies of #378BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BFF

Black with #378BFF

Text Example


Text Example

White with #378BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,139,255); }

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

background-color css

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

 a { background-color: rgb(55,139,255); }

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

border-color css

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

 span { border-color: rgb(55,139,255); }

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