Html Css Color HEX #379CFA Dodger Blue

📋 copy color: '#379CFA'

red 55 ◦ green 156 ◦ blue 250

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

Shades of Dodger Blue #379CFA

Tints of Dodger Blue #379CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.84%

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

R = 11.93%
G = 33.84%
B = 54.23%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#379CFA (or 0x379CFA) is known color: Dodger Blue. HEX triplet: 37, 9C and FA. RGB value is (55,156,250). Sum of RGB (Red+Green+Blue) = 55+156+250=461 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.93% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #379CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379CFA is #C86305. Grayscale: #888888. Windows color (decimal): -13132550 or 16423991. OLE color: 16423991.

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

Color convert

RGB 55 156 250 -
CMYK 0.78 0.38 0 0.02
HSL 208.92º 0.95% 0.6% -
HSV(B) 208.92º 0.78% 0.98% -
XYZ 30.72 31.49 94.9 -
YUV 136.52 192.04 69.86 -
System Red Green Blue C M Y K H S L
Decimal 55 156 250 0.78 0.38 0 0.02 208.92 0.95 0.6
Hex 37 9C FA 4E 26 0 2 D1 5F 3C
Octal 67 234 372 116 46 0 2 321 137 74
Binary 110111 10011100 11111010 1001110 100110 0 10 11010001 1011111 111100

Color Harmonies of #379CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CFA

Black with #379CFA

Text Example


Text Example

White with #379CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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