Html Css Color HEX #379BFA Dodger Blue

📋 copy color: '#379BFA'

red 55 ◦ green 155 ◦ blue 250

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

Shades of Dodger Blue #379BFA

Tints of Dodger Blue #379BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.7%

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

R = 11.96%
G = 33.7%
B = 54.35%

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

#379BFA (or 0x379BFA) is known color: Dodger Blue. HEX triplet: 37, 9B and FA. RGB value is (55,155,250). Sum of RGB (Red+Green+Blue) = 55+155+250=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #379BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379BFA is #C86405. Grayscale: #878787. Windows color (decimal): -13132806 or 16423735. OLE color: 16423735.

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

Color convert

RGB 55 155 250 -
CMYK 0.78 0.38 0 0.02
HSL 209.23º 0.95% 0.6% -
HSV(B) 209.23º 0.78% 0.98% -
XYZ 30.55 31.16 94.85 -
YUV 135.93 192.37 70.28 -
System Red Green Blue C M Y K H S L
Decimal 55 155 250 0.78 0.38 0 0.02 209.23 0.95 0.6
Hex 37 9B FA 4E 26 0 2 D1 5F 3C
Octal 67 233 372 116 46 0 2 321 137 74
Binary 110111 10011011 11111010 1001110 100110 0 10 11010001 1011111 111100

Color Harmonies of #379BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BFA

Black with #379BFA

Text Example


Text Example

White with #379BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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