Html Css Color HEX #379CF3 Dodger Blue

📋 copy color: '#379CF3'

red 55 ◦ green 156 ◦ blue 243

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

Shades of Dodger Blue #379CF3

Tints of Dodger Blue #379CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.52%

R = 12.11%
G = 34.36%
B = 53.52%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#379CF3 (or 0x379CF3) is known color: Dodger Blue. HEX triplet: 37, 9C and F3. RGB value is (55,156,243). Sum of RGB (Red+Green+Blue) = 55+156+243=454 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.11% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #379CF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379CF3 is #C8630C. Grayscale: #878787. Windows color (decimal): -13132557 or 15965239. OLE color: 15965239.

HSL color Cylindrical-coordinate representation of color #379CF3: hue angle of 207.77º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379CF3 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 156 243 -
CMYK 0.77 0.36 0 0.05
HSL 207.77º 0.89% 0.58% -
HSV(B) 207.77º 0.77% 0.95% -
XYZ 29.64 31.06 89.23 -
YUV 135.72 188.54 70.43 -
System Red Green Blue C M Y K H S L
Decimal 55 156 243 0.77 0.36 0 0.05 207.77 0.89 0.58
Hex 37 9C F3 4D 24 0 5 D0 59 3A
Octal 67 234 363 115 44 0 5 320 131 72
Binary 110111 10011100 11110011 1001101 100100 0 101 11010000 1011001 111010

Color Harmonies of #379CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CF3

Black with #379CF3

Text Example


Text Example

White with #379CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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