Html Css Color HEX #379CFB Dodger Blue

📋 copy color: '#379CFB'

red 55 ◦ green 156 ◦ blue 251

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

Shades of Dodger Blue #379CFB

Tints of Dodger Blue #379CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 11.9%
G = 33.77%
B = 54.33%

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

#379CFB (or 0x379CFB) is known color: Dodger Blue. HEX triplet: 37, 9C and FB. RGB value is (55,156,251). Sum of RGB (Red+Green+Blue) = 55+156+251=462 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.90% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #379CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379CFB is #C86304. Grayscale: #888888. Windows color (decimal): -13132549 or 16489527. OLE color: 16489527.

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

Color convert

RGB 55 156 251 -
CMYK 0.78 0.38 0 0.02
HSL 209.08º 0.96% 0.6% -
HSV(B) 209.08º 0.78% 0.98% -
XYZ 30.88 31.55 95.73 -
YUV 136.63 192.54 69.78 -
System Red Green Blue C M Y K H S L
Decimal 55 156 251 0.78 0.38 0 0.02 209.08 0.96 0.6
Hex 37 9C FB 4E 26 0 2 D1 60 3C
Octal 67 234 373 116 46 0 2 321 140 74
Binary 110111 10011100 11111011 1001110 100110 0 10 11010001 1100000 111100

Color Harmonies of #379CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CFB

Black with #379CFB

Text Example


Text Example

White with #379CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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