Html Css Color HEX #378BFA Dodger Blue

📋 copy color: '#378BFA'

red 55 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #378BFA

Tints of Dodger Blue #378BFA

RGB

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

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

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

R = 12.39%
G = 31.31%
B = 56.31%

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

#378BFA (or 0x378BFA) is known color: Dodger Blue. HEX triplet: 37, 8B and FA. RGB value is (55,139,250). Sum of RGB (Red+Green+Blue) = 55+139+250=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #378BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378BFA is #C87405. Grayscale: #7E7E7E. Windows color (decimal): -13136902 or 16419639. OLE color: 16419639.

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

Color convert

RGB 55 139 250 -
CMYK 0.78 0.44 0 0.02
HSL 214.15º 0.95% 0.6% -
HSV(B) 214.15º 0.78% 0.98% -
XYZ 28.06 26.18 94.02 -
YUV 126.54 197.67 76.97 -
System Red Green Blue C M Y K H S L
Decimal 55 139 250 0.78 0.44 0 0.02 214.15 0.95 0.6
Hex 37 8B FA 4E 2C 0 2 D6 5F 3C
Octal 67 213 372 116 54 0 2 326 137 74
Binary 110111 10001011 11111010 1001110 101100 0 10 11010110 1011111 111100

Color Harmonies of #378BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BFA

Black with #378BFA

Text Example


Text Example

White with #378BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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